We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97f991 commit a5980e7Copy full SHA for a5980e7
zebra-chain/Cargo.toml
@@ -68,6 +68,7 @@ bitflags = "2.5.0"
68
bitflags-serde-legacy = "0.1.1"
69
blake2b_simd = "1.0.2"
70
blake2s_simd = "1.0.2"
71
+# TODO: Revert to "0.6.0" (or appropriate version) when the ZSA orchard fork is updated.
72
bridgetree = "0.4.0"
73
bs58 = { version = "0.5.1", features = ["check"] }
74
byteorder = "1.5.0"
@@ -178,7 +179,3 @@ required-features = ["bench"]
178
179
[[bench]]
180
name = "redpallas"
181
harness = false
-
182
-# FIXME: remove this and all zcash_unstable usage in the code after updating librustzcash
183
-[lints.rust]
184
-unexpected_cfgs = { level = "warn", check-cfg = ['cfg(zcash_unstable, values("nu6"))'] }
0 commit comments