From 9abb2e5e0ebafce3bda99e7a3a9171e1df690257 Mon Sep 17 00:00:00 2001 From: DanieleDiBenedetto Date: Thu, 21 Oct 2021 12:24:08 +0200 Subject: [PATCH] Updated version --- algebra/Cargo.toml | 2 +- bench-utils/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- proof-systems/Cargo.toml | 2 +- r1cs/core/Cargo.toml | 2 +- r1cs/gadgets/crypto/Cargo.toml | 2 +- r1cs/gadgets/std/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/algebra/Cargo.toml b/algebra/Cargo.toml index cf3aba38a..af1de4903 100644 --- a/algebra/Cargo.toml +++ b/algebra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algebra" -version = "0.1.0" +version = "0.2.0" authors = [ "Sean Bowe", "Alessandro Chiesa", diff --git a/bench-utils/Cargo.toml b/bench-utils/Cargo.toml index 8357272d5..65c7c42d2 100644 --- a/bench-utils/Cargo.toml +++ b/bench-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bench-utils" -version = "0.1.0" +version = "0.2.0" authors = [ "Sean Bowe", "Alessandro Chiesa", diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index b76335d91..2af831327 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "primitives" -version = "0.1.0" +version = "0.2.0" authors = [ "Sean Bowe", "Alessandro Chiesa", diff --git a/proof-systems/Cargo.toml b/proof-systems/Cargo.toml index 477be6d9f..49cc5c05a 100644 --- a/proof-systems/Cargo.toml +++ b/proof-systems/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proof-systems" -version = "0.1.0" +version = "0.2.0" authors = [ "Sean Bowe", "Alessandro Chiesa", diff --git a/r1cs/core/Cargo.toml b/r1cs/core/Cargo.toml index 947a85de0..40dbbf0ac 100644 --- a/r1cs/core/Cargo.toml +++ b/r1cs/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r1cs-core" -version = "0.1.0" +version = "0.2.0" authors = [ "Sean Bowe", "Alessandro Chiesa", diff --git a/r1cs/gadgets/crypto/Cargo.toml b/r1cs/gadgets/crypto/Cargo.toml index 03119ce11..a5a137bf2 100644 --- a/r1cs/gadgets/crypto/Cargo.toml +++ b/r1cs/gadgets/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r1cs-crypto" -version = "0.1.0" +version = "0.2.0" authors = [ "Sean Bowe", "Alessandro Chiesa", diff --git a/r1cs/gadgets/std/Cargo.toml b/r1cs/gadgets/std/Cargo.toml index 964fa90bd..390b6e3f1 100644 --- a/r1cs/gadgets/std/Cargo.toml +++ b/r1cs/gadgets/std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "r1cs-std" -version = "0.1.0" +version = "0.2.0" authors = [ "Sean Bowe", "Alessandro Chiesa",