From ee3e8fbfbb4af6c249f026f6271935aa52301a30 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 22 Aug 2020 11:33:31 +0100 Subject: [PATCH] group 0.7.0 --- bellman/Cargo.toml | 2 +- bls12_381/Cargo.toml | 2 +- group/Cargo.toml | 2 +- jubjub/Cargo.toml | 2 +- pairing/Cargo.toml | 2 +- zcash_client_backend/Cargo.toml | 2 +- zcash_client_sqlite/Cargo.toml | 2 +- zcash_primitives/Cargo.toml | 2 +- zcash_proofs/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bellman/Cargo.toml b/bellman/Cargo.toml index bfddabf3c..79843b39a 100644 --- a/bellman/Cargo.toml +++ b/bellman/Cargo.toml @@ -15,7 +15,7 @@ blake2s_simd = "0.5" ff = { version = "0.7", path = "../ff" } futures = "0.1" futures-cpupool = { version = "0.1", optional = true } -group = { version = "0.6", path = "../group" } +group = { version = "0.7", path = "../group" } num_cpus = { version = "1", optional = true } crossbeam = { version = "0.7", optional = true } pairing = { version = "0.16", path = "../pairing", optional = true } diff --git a/bls12_381/Cargo.toml b/bls12_381/Cargo.toml index 8fa1850c9..92e65e283 100644 --- a/bls12_381/Cargo.toml +++ b/bls12_381/Cargo.toml @@ -31,7 +31,7 @@ default-features = false [dependencies.group] path = "../group" -version = "0.6" +version = "0.7" default-features = false optional = true diff --git a/group/Cargo.toml b/group/Cargo.toml index 40b851eb6..57ad76f81 100644 --- a/group/Cargo.toml +++ b/group/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "group" -version = "0.6.0" +version = "0.7.0" authors = [ "Sean Bowe ", "Jack Grigg ", diff --git a/jubjub/Cargo.toml b/jubjub/Cargo.toml index f7a5c5904..5fdd35ef0 100644 --- a/jubjub/Cargo.toml +++ b/jubjub/Cargo.toml @@ -29,7 +29,7 @@ default-features = false [dependencies.group] path = "../group" -version = "0.6" +version = "0.7" default-features = false [dependencies.rand_core] diff --git a/pairing/Cargo.toml b/pairing/Cargo.toml index 4686ca2e6..2805c0d60 100644 --- a/pairing/Cargo.toml +++ b/pairing/Cargo.toml @@ -19,7 +19,7 @@ edition ="2018" [dependencies] byteorder = "1" ff = { version = "0.7", path = "../ff", features = ["derive"] } -group = { version = "0.6", path = "../group" } +group = { version = "0.7", path = "../group" } rand_core = "0.5" subtle = "2.2.1" diff --git a/zcash_client_backend/Cargo.toml b/zcash_client_backend/Cargo.toml index 942aabe5c..960da2f04 100644 --- a/zcash_client_backend/Cargo.toml +++ b/zcash_client_backend/Cargo.toml @@ -16,7 +16,7 @@ bech32 = "0.7" bls12_381 = { version = "0.1", path = "../bls12_381" } bs58 = { version = "0.3", features = ["check"] } ff = { version = "0.7", path = "../ff" } -group = { version = "0.6", path = "../group" } +group = { version = "0.7", path = "../group" } hex = "0.4" jubjub = { version = "0.3", path = "../jubjub" } pairing = { version = "0.16", path = "../pairing" } diff --git a/zcash_client_sqlite/Cargo.toml b/zcash_client_sqlite/Cargo.toml index 87e7bacca..bdd79bc6a 100644 --- a/zcash_client_sqlite/Cargo.toml +++ b/zcash_client_sqlite/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" bech32 = "0.7" bs58 = { version = "0.3", features = ["check"] } ff = { version = "0.7", path = "../ff" } -group = { version = "0.6", path = "../group" } +group = { version = "0.7", path = "../group" } jubjub = { version = "0.3", path = "../jubjub" } pairing = { version = "0.16", path = "../pairing" } protobuf = "2" diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index f8b03933a..6206a3902 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -24,7 +24,7 @@ crypto_api_chachapoly = "0.4" equihash = { version = "0.1", path = "../components/equihash" } ff = { version = "0.7", path = "../ff" } fpe = "0.3" -group = { version = "0.6", path = "../group" } +group = { version = "0.7", path = "../group" } hex = "0.4" jubjub = { version = "0.3", path = "../jubjub" } lazy_static = "1" diff --git a/zcash_proofs/Cargo.toml b/zcash_proofs/Cargo.toml index 7d851681b..2b7bac2d3 100644 --- a/zcash_proofs/Cargo.toml +++ b/zcash_proofs/Cargo.toml @@ -21,7 +21,7 @@ bls12_381 = { version = "0.1", path = "../bls12_381" } byteorder = "1" directories = { version = "3", optional = true } ff = { version = "0.7", path = "../ff" } -group = { version = "0.6", path = "../group" } +group = { version = "0.7", path = "../group" } jubjub = { version = "0.3", path = "../jubjub" } lazy_static = "1" minreq = { version = "2", features = ["https"], optional = true }