We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9af2c commit fc2d0f6Copy full SHA for fc2d0f6
zebra-consensus/Cargo.toml
@@ -103,3 +103,6 @@ tracing-subscriber = "0.3.18"
103
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.41", features = ["proptest-impl"] }
104
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.41", features = ["proptest-impl"] }
105
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.41" }
106
+
107
+[lints.rust]
108
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(zcash_unstable, values("nu7"))'] }
0 commit comments