Skip to content

Commit fc2d0f6

Browse files
committed
Add unexpected_cfgs for nu7 to Cargo.toml of zebra-consensus
1 parent 2f9af2c commit fc2d0f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zebra-consensus/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,6 @@ tracing-subscriber = "0.3.18"
103103
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.41", features = ["proptest-impl"] }
104104
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.41", features = ["proptest-impl"] }
105105
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

Comments
 (0)