mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Version bump of all crates (except librustzcash)
This commit is contained in:
@@ -20,17 +20,17 @@ path = "src/rustzcash.rs"
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
bellman = { version = "0.2.0", path = "../bellman" }
|
||||
bellman = { version = "0.6", path = "../bellman" }
|
||||
blake2b_simd = "0.5"
|
||||
blake2s_simd = "0.5"
|
||||
ff = { version = "0.5.0", path = "../ff" }
|
||||
ff = { version = "0.6", path = "../ff" }
|
||||
libc = "0.2"
|
||||
pairing = { version = "0.15.0", path = "../pairing" }
|
||||
pairing = { version = "0.16", path = "../pairing" }
|
||||
lazy_static = "1"
|
||||
rand_core = "0.5.1"
|
||||
zcash_history = { version = "0.0.1", path = "../zcash_history" }
|
||||
zcash_primitives = { version = "0.1.0", path = "../zcash_primitives" }
|
||||
zcash_proofs = { version = "0.1.0", path = "../zcash_proofs" }
|
||||
zcash_history = { version = "0.2", path = "../zcash_history" }
|
||||
zcash_primitives = { version = "0.2", path = "../zcash_primitives" }
|
||||
zcash_proofs = { version = "0.2", path = "../zcash_proofs" }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "deprecated" }
|
||||
|
Reference in New Issue
Block a user