orchard 0.2

This commit is contained in:
Jack Grigg 2022-06-24 16:21:44 +00:00
parent 3a3c3863cd
commit 18fb1f0b07
3 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ hdwallet = { version = "0.3.1", optional = true }
jubjub = "0.9"
log = "0.4"
nom = "7"
orchard = "0.1"
orchard = "0.2"
percent-encoding = "2.1.0"
proptest = { version = "1.0.0", optional = true }
protobuf = "~2.27.1" # MSRV 1.52.1

View File

@ -7,6 +7,7 @@ and this library adheres to Rust's notion of
## [Unreleased]
### Changed
- Bumped dependencies to `orchard 0.2`.
- `zcash_primitives::consensus`:
- `MainNetwork::activation_height` now returns the activation height for
`NetworkUpgrade::Nu5`.

View File

@ -37,7 +37,7 @@ jubjub = "0.9"
lazy_static = "1"
memuse = "0.2"
nonempty = "0.7"
orchard = "0.1"
orchard = "0.2"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
rand_core = "0.6"
@ -56,7 +56,7 @@ features = ["pre-zip-212"]
criterion = "0.3"
proptest = "1.0.0"
rand_xorshift = "0.3"
orchard = { version = "0.1", features = ["test-dependencies"] }
orchard = { version = "0.2", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56