Skip to content

Commit a5980e7

Browse files
committed
Add TODO comment for bridgetree dependency downgrading
1 parent e97f991 commit a5980e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

zebra-chain/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ bitflags = "2.5.0"
6868
bitflags-serde-legacy = "0.1.1"
6969
blake2b_simd = "1.0.2"
7070
blake2s_simd = "1.0.2"
71+
# TODO: Revert to "0.6.0" (or appropriate version) when the ZSA orchard fork is updated.
7172
bridgetree = "0.4.0"
7273
bs58 = { version = "0.5.1", features = ["check"] }
7374
byteorder = "1.5.0"
@@ -178,7 +179,3 @@ required-features = ["bench"]
178179
[[bench]]
179180
name = "redpallas"
180181
harness = false
181-
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

Comments
 (0)