Merge pull request #531 from zcash/update-orchard

Migrate to orchard 0.1.0-beta.3
This commit is contained in:
Kris Nuttycombe 2022-04-06 16:08:21 -06:00 committed by GitHub
commit 75d9075ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -31,12 +31,12 @@ fpe = "0.5"
group = "0.11"
hdwallet = { version = "0.3.0", optional = true }
hex = "0.4"
incrementalmerkletree = "=0.3.0-beta.1"
incrementalmerkletree = "=0.3.0-beta.2"
jubjub = "0.8"
lazy_static = "1"
memuse = "0.2"
nonempty = "0.7"
orchard = "=0.1.0-beta.2"
orchard = "=0.1.0-beta.3"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
rand_core = "0.6"
@ -55,7 +55,7 @@ features = ["pre-zip-212"]
criterion = "0.3"
proptest = "1.0.0"
rand_xorshift = "0.3"
orchard = { version = "=0.1.0-beta.2", features = ["test-dependencies"] }
orchard = { version = "=0.1.0-beta.3", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "=0.6.1", features = ["criterion", "flamegraph"] }