From c7ec469225d08fbc02cda700a03881551bb61000 Mon Sep 17 00:00:00 2001 From: clararod9 Date: Fri, 15 Dec 2023 16:17:23 +0100 Subject: [PATCH] updating version to 2.1.7 --- circom/Cargo.toml | 2 +- code_producers/Cargo.toml | 2 +- compiler/Cargo.toml | 2 +- constraint_generation/Cargo.toml | 2 +- constraint_list/Cargo.toml | 2 +- constraint_writers/Cargo.toml | 2 +- dag/Cargo.toml | 2 +- parser/Cargo.toml | 2 +- program_structure/Cargo.toml | 2 +- type_analysis/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/circom/Cargo.toml b/circom/Cargo.toml index c8bbb3ec0..cf46ae37f 100644 --- a/circom/Cargo.toml +++ b/circom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circom" -version = "2.1.6" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/code_producers/Cargo.toml b/code_producers/Cargo.toml index 92b5b95ca..3529e865b 100644 --- a/code_producers/Cargo.toml +++ b/code_producers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "code_producers" -version = "2.1.6" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 281843c6b..74e3ce8a6 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compiler" -version = "2.1.6" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/constraint_generation/Cargo.toml b/constraint_generation/Cargo.toml index d2f7e112e..cb741ce58 100644 --- a/constraint_generation/Cargo.toml +++ b/constraint_generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constraint_generation" -version = "2.1.6" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/constraint_list/Cargo.toml b/constraint_list/Cargo.toml index 5f07ffbf7..87413b4a6 100644 --- a/constraint_list/Cargo.toml +++ b/constraint_list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constraint_list" -version = "2.1.5" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/constraint_writers/Cargo.toml b/constraint_writers/Cargo.toml index 11164af47..c0c418b37 100644 --- a/constraint_writers/Cargo.toml +++ b/constraint_writers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constraint_writers" -version = "2.1.5" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/dag/Cargo.toml b/dag/Cargo.toml index 598674f27..4d861a655 100644 --- a/dag/Cargo.toml +++ b/dag/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dag" -version = "2.1.5" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 1482d743c..7ea1c6c1b 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parser" -version = "2.1.6" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" build = "build.rs" diff --git a/program_structure/Cargo.toml b/program_structure/Cargo.toml index 4e991dd5f..0df1ef790 100644 --- a/program_structure/Cargo.toml +++ b/program_structure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "program_structure" -version = "2.1.6" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018" diff --git a/type_analysis/Cargo.toml b/type_analysis/Cargo.toml index 7efcaaf9e..47c294b87 100644 --- a/type_analysis/Cargo.toml +++ b/type_analysis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "type_analysis" -version = "2.1.5" +version = "2.1.7" authors = ["Costa Group UCM","iden3"] edition = "2018"