Skip to content

Commit

Permalink
Removed the 'unexpected cfg condition name' warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariopil committed Nov 5, 2024
1 parent a51316d commit f0bdba4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ tracing-subscriber = "0.3.18"
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.42", features = ["proptest-impl"] }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.42", features = ["proptest-impl"] }
zebra-test = { path = "../zebra-test/", version = "1.0.0-beta.42" }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(zcash_unstable, values("nsm"))'] }

0 comments on commit f0bdba4

Please sign in to comment.