Skip to content

Commit 6bb5220

Browse files
authored
Bump redjubjub to 0.4.0 (#1975)
1 parent 83b88f5 commit 6bb5220

File tree

2 files changed

+22
-40
lines changed

2 files changed

+22
-40
lines changed

Cargo.lock

Lines changed: 18 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zebra-chain/Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ proptest-impl = ["proptest", "proptest-derive"]
1414

1515
[dependencies]
1616
bech32 = "0.8.0"
17+
bitflags = "1.2.1"
1718
bitvec = "0.17.4"
1819
blake2b_simd = "0.5.11"
1920
blake2s_simd = "0.5.11"
2021
bs58 = { version = "0.4", features = ["check"] }
2122
byteorder = "1.4"
2223
chrono = { version = "0.4", features = ["serde"] }
24+
displaydoc = "0.2.1"
25+
equihash = "0.1"
2326
futures = "0.3"
2427
hex = "0.4"
2528
jubjub = "0.6.0"
@@ -38,14 +41,9 @@ proptest = { version = "0.10", optional = true }
3841
proptest-derive = { version = "0.3.0", optional = true }
3942

4043
# ZF deps
41-
42-
displaydoc = "0.2.1"
4344
# TODO: upgrade ed25510-zebra to 3 when released: https://github.com/ZcashFoundation/ed25519-zebra/issues/45
4445
ed25519-zebra = {git = "https://github.com/ZcashFoundation/ed25519-zebra", rev = "539fad040c443302775b0f508e616418825e6c22"}
45-
equihash = "0.1"
46-
#redjubjub = "0.2"
47-
redjubjub = {git = "https://github.com/ZcashFoundation/redjubjub", rev = "8101eaff1cb2fca45334f77a65caa4c46e3d545b"}
48-
bitflags = "1.2.1"
46+
redjubjub = "0.4"
4947

5048
[dev-dependencies]
5149
bincode = "1"

0 commit comments

Comments
 (0)