We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9898534 commit de4e2ecCopy full SHA for de4e2ec
Cargo.toml
@@ -35,6 +35,8 @@ bitcoin = { version = "0.31.0", features = ["base64"] }
35
secp256k1 = {version = "0.28.0", features = ["rand-std"]}
36
actual-base64 = { package = "base64", version = "0.13.0" }
37
38
+[lints.rust]
39
+unexpected_cfgs = { level = "deny", check-cfg = ['cfg(miniscript_bench)'] }
40
41
[[example]]
42
name = "htlc"
0 commit comments