orchard 0.1.0-beta.1

This commit is contained in:
Jack Grigg 2021-12-17 22:22:25 +00:00
parent 142a38e792
commit 36db7634a0
3 changed files with 4 additions and 5 deletions

View File

@ -20,6 +20,5 @@ codegen-units = 1
[patch.crates-io]
# In development.
orchard = { git = "https://github.com/zcash/orchard.git", rev = "4b0b32275fe941b28cdfe632d2748453e6c32fbb" }
incrementalmerkletree = { git = "https://github.com/zcash/incrementalmerkletree.git", rev = "b7bd6246122a6e9ace8edb51553fbf5228906cbb" }
zcash_encoding = { path = "components/zcash_encoding" }

View File

@ -15,7 +15,7 @@ zcash_primitives = { version = "0.5", path = "../zcash_primitives", features = [
[dev-dependencies]
ff = "0.11"
jubjub = "0.8"
orchard = "0.0"
orchard = "=0.1.0-beta.1"
rand_core = "0.6"
zcash_proofs = { version = "0.5", path = "../zcash_proofs" }
secp256k1 = { version = "0.20", features = ["rand", "bitcoin_hashes"] }

View File

@ -19,7 +19,7 @@ all-features = true
aes = "0.7"
bitvec = "0.22"
bip0039 = { version = "0.9", features = ["std", "all-languages"] }
blake2b_simd = "0.5"
blake2b_simd = "1"
blake2s_simd = "0.5"
bls12_381 = "0.6"
byteorder = "1"
@ -35,7 +35,7 @@ lazy_static = "1"
log = "0.4"
memuse = "0.2"
nonempty = "0.7"
orchard = "0.0"
orchard = "=0.1.0-beta.1"
pasta_curves = "0.2.1"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
@ -56,7 +56,7 @@ criterion = "0.3"
hex-literal = "0.3"
proptest = "1.0.0"
rand_xorshift = "0.3"
orchard = { version = "0.0", features = ["test-dependencies"] }
orchard = { version = "=0.1.0-beta.1", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.5", features = ["criterion", "flamegraph"] }