From 03eff267f74b40bbe8e2fc274fe127a4bb794fd7 Mon Sep 17 00:00:00 2001 From: clararod9 Date: Sat, 5 Nov 2022 17:28:56 +0100 Subject: [PATCH] updatating to v2.1.1 --- circom/Cargo.toml | 2 +- circom_algebra/Cargo.toml | 2 +- code_producers/Cargo.toml | 2 +- constraint_generation/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- program_structure/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/circom/Cargo.toml b/circom/Cargo.toml index 5ff9cc41e..4b0020626 100644 --- a/circom/Cargo.toml +++ b/circom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circom" -version = "2.1.0" +version = "2.1.1" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/circom_algebra/Cargo.toml b/circom_algebra/Cargo.toml index 368dc2c22..7b0fcdbe5 100644 --- a/circom_algebra/Cargo.toml +++ b/circom_algebra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circom_algebra" -version = "2.0.9" +version = "2.1.1" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/code_producers/Cargo.toml b/code_producers/Cargo.toml index 17b260546..41cd4fff3 100644 --- a/code_producers/Cargo.toml +++ b/code_producers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "code_producers" -version = "2.1.0" +version = "2.1.1" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/constraint_generation/Cargo.toml b/constraint_generation/Cargo.toml index aacdce9df..df7d08e06 100644 --- a/constraint_generation/Cargo.toml +++ b/constraint_generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constraint_generation" -version = "2.1.0" +version = "2.1.1" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index e428d23ea..03f7837a2 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parser" -version = "2.1.0" +version = "2.1.1" authors = ["Costa Group UCM","iden3"] edition = "2018" build = "build.rs" diff --git a/program_structure/Cargo.toml b/program_structure/Cargo.toml index 8d02631a4..66528baab 100644 --- a/program_structure/Cargo.toml +++ b/program_structure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "program_structure" -version = "2.1.0" +version = "2.1.1" authors = ["Costa Group UCM","iden3"] edition = "2018"