Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cargo(deny): allow Zlib
✗ CI failure Fintan Halpenny committed 5 months ago
commit 352c29c23ce2560750369aa50bc9f43bf3019d3f
parent a66d44ebe273278c4acfa39c249bbf49c1d38c1d
3 passed 6 failed (9 total) View logs
1 file changed +2 -1
modified deny.toml
@@ -51,7 +51,8 @@ allow = [
    "Unicode-DFS-2016",
    "Unicode-3.0",
    "BSD-3-Clause",
-
    "MPL-2.0"
+
    "MPL-2.0",
+
    "Zlib",
]
# The confidence threshold for detecting a license from license text.
confidence-threshold = 0.8