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 2f1e07b commit 59362c8Copy full SHA for 59362c8
Cargo.toml
@@ -35,9 +35,6 @@ bitcoin = { version = "0.32.0", features = ["base64"] }
35
secp256k1 = { version = "0.29.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"
43
required-features = ["compiler"]
0 commit comments