From 885e15443ae132e51b15a96cf38581f7a9a336b6 Mon Sep 17 00:00:00 2001 From: lander86 Date: Fri, 12 Nov 2021 15:35:36 +0100 Subject: [PATCH] bumping tags --- primitives/Cargo.toml | 4 ++-- proof-systems/Cargo.toml | 10 +++++----- r1cs/core/Cargo.toml | 2 +- r1cs/gadgets/crypto/Cargo.toml | 6 +++--- r1cs/gadgets/std/Cargo.toml | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index ea1c0e914..19d7199a9 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -23,7 +23,7 @@ edition = "2018" ################################# Dependencies ################################ [dependencies] -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0", features = ["parallel"] } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = ["parallel"] } bench-utils = { path = "../bench-utils" } digest = { version = "=0.8.1", optional = true } @@ -53,7 +53,7 @@ bn_382 = ["algebra/bn_382"] tweedle = ["algebra/tweedle"] [dev-dependencies] -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0", features = ["edwards_sw6", "jubjub", "sw6", "bls12_377"] } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = ["edwards_sw6", "jubjub", "sw6", "bls12_377"] } primitives = { path = "../primitives", features = ["mnt4_753", "mnt6_753", "bn_382", "tweedle"] } criterion = "=0.3.5" diff --git a/proof-systems/Cargo.toml b/proof-systems/Cargo.toml index 0efeab8d1..541cd89dd 100644 --- a/proof-systems/Cargo.toml +++ b/proof-systems/Cargo.toml @@ -23,12 +23,12 @@ edition = "2018" ################################# Dependencies ################################ [dependencies] -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0", features = [ "parallel", "fft"] } -r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0" } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = [ "parallel", "fft"] } +r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1" } bench-utils = { path = "../bench-utils" } -marlin = { git = "https://github.com/HorizenLabs/marlin", tag = "0.2.0", optional = true } -poly-commit = { git = "https://github.com/HorizenLabs/poly-commit", tag = "0.2.0", optional = true } +marlin = { git = "https://github.com/HorizenLabs/marlin", tag = "0.2.1", optional = true } +poly-commit = { git = "https://github.com/HorizenLabs/poly-commit", tag = "0.2.1", optional = true } r1cs-std = { path = "../r1cs/gadgets/std", optional = true } @@ -46,7 +46,7 @@ criterion = "=0.3.5" rand_xorshift = { version = "=0.3.0" } blake2 = { version = "=0.8.1", default-features = false } -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0", features = ["full", "parallel", "fft"] } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = ["full", "parallel", "fft"] } r1cs-crypto = { path = "../r1cs/gadgets/crypto", features = ["nizk"] } [features] diff --git a/r1cs/core/Cargo.toml b/r1cs/core/Cargo.toml index 2d3d813b2..fd1b510bf 100644 --- a/r1cs/core/Cargo.toml +++ b/r1cs/core/Cargo.toml @@ -21,5 +21,5 @@ include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] license = "MIT/Apache-2.0" [dependencies] -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0" } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1" } smallvec = { version = "=1.7.0" } diff --git a/r1cs/gadgets/crypto/Cargo.toml b/r1cs/gadgets/crypto/Cargo.toml index 7f8a43576..ec46862fa 100644 --- a/r1cs/gadgets/crypto/Cargo.toml +++ b/r1cs/gadgets/crypto/Cargo.toml @@ -23,9 +23,9 @@ edition = "2018" ################################# Dependencies ################################ [dependencies] -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0", features = [ "parallel" ] } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = [ "parallel" ] } primitives = {path = "../../../primitives"} -r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0" } +r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1" } r1cs-std = { path = "../std"} proof-systems = { path = "../../../proof-systems", features = ["groth16", "gm17"], optional = true } bench-utils = { path = "../../../bench-utils" } @@ -55,6 +55,6 @@ llvm_asm = ["algebra/llvm_asm"] [dev-dependencies] rand_xorshift = { version = "=0.3.0" } -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0", features = ["bls12_377", "bls12_381", "sw6", "bn_382"] } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = ["bls12_377", "bls12_381", "sw6", "bn_382"] } r1cs-std = { path = "../std", features = ["jubjub", "edwards_sw6", "bls12_377", "mnt4_753", "mnt6_753", "bn_382", "tweedle"] } r1cs-crypto = { path = "../crypto", features = ["mnt4_753", "mnt6_753", "bn_382", "tweedle"] } diff --git a/r1cs/gadgets/std/Cargo.toml b/r1cs/gadgets/std/Cargo.toml index 84a9bc2b9..9855521ab 100644 --- a/r1cs/gadgets/std/Cargo.toml +++ b/r1cs/gadgets/std/Cargo.toml @@ -23,8 +23,8 @@ license = "MIT/Apache-2.0" ################################# Dependencies ################################ [dependencies] -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0" } -r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0" } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1" } +r1cs-core = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1" } derivative = "=2.2.0" radix_trie = "=0.2.1" rand = { version = "=0.8.4" } @@ -45,4 +45,4 @@ tweedle = [ "algebra/tweedle" ] [dev-dependencies] rand_xorshift = { version = "=0.3.0" } -algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.0", features = ["bls12_381", "jubjub"] } +algebra = { git = "https://github.com/HorizenOfficial/ginger-lib", tag = "0.3.1", features = ["bls12_381", "jubjub"] }