diff --git a/circom/Cargo.toml b/circom/Cargo.toml index 3c656f378..86ec7b5f0 100644 --- a/circom/Cargo.toml +++ b/circom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circom" -version = "2.0.0" +version = "2.0.1" authors = ["HermenegildoTFG "] edition = "2018" diff --git a/circom_algebra/Cargo.toml b/circom_algebra/Cargo.toml index c3bbeb585..b8682b767 100644 --- a/circom_algebra/Cargo.toml +++ b/circom_algebra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circom_algebra" -version = "0.1.0" +version = "2.0.0" authors = ["hermeGarcia "] edition = "2018" @@ -9,4 +9,4 @@ edition = "2018" [dependencies] num-bigint-dig = "0.6.0" num-traits = "0.2.6" -constant_tracking = {path = "../constant_tracking" } \ No newline at end of file +constant_tracking = {path = "../constant_tracking" } diff --git a/code_producers/Cargo.toml b/code_producers/Cargo.toml index 34d01e8f5..091643433 100644 --- a/code_producers/Cargo.toml +++ b/code_producers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "code_producers" -version = "0.1.0" +version = "2.0.1" authors = ["hermeGarcia "] edition = "2018" @@ -8,4 +8,4 @@ edition = "2018" [dependencies] lz_fnv = "0.1.2" -num-bigint-dig = "0.6.0" \ No newline at end of file +num-bigint-dig = "0.6.0" diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index 0c7024e1b..d0691d115 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "compiler" -version = "0.1.0" +version = "2.0.1" authors = ["hermeGarcia "] edition = "2018" diff --git a/constant_tracking/Cargo.toml b/constant_tracking/Cargo.toml index c8e881a40..047b96d4b 100644 --- a/constant_tracking/Cargo.toml +++ b/constant_tracking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constant_tracking" -version = "0.1.0" +version = "2.0.0" authors = ["hermeGarcia "] edition = "2018" diff --git a/constraint_generation/Cargo.toml b/constraint_generation/Cargo.toml index 7ab41e2af..db0e1d97a 100644 --- a/constraint_generation/Cargo.toml +++ b/constraint_generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constraint_generation" -version = "0.1.0" +version = "2.0.1" authors = ["hermeGarcia "] edition = "2018" diff --git a/constraint_list/Cargo.toml b/constraint_list/Cargo.toml index d2447c2ae..319dc9038 100644 --- a/constraint_list/Cargo.toml +++ b/constraint_list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constraint_list" -version = "0.1.0" +version = "2.0.0" authors = ["hermeGarcia "] edition = "2018" diff --git a/constraint_writers/Cargo.toml b/constraint_writers/Cargo.toml index e99a6683e..9a52eff43 100644 --- a/constraint_writers/Cargo.toml +++ b/constraint_writers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "constraint_writers" -version = "0.1.0" +version = "2.0.1" authors = ["hermeGarcia "] edition = "2018" diff --git a/dag/Cargo.toml b/dag/Cargo.toml index f64b12b90..6ea62f9e9 100644 --- a/dag/Cargo.toml +++ b/dag/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dag" -version = "0.1.0" +version = "2.0.1" authors = ["hermeGarcia "] edition = "2018" @@ -11,4 +11,4 @@ constraint_list = { path = "../constraint_list" } constraint_writers = { path = "../constraint_writers" } circom_algebra = { path = "../circom_algebra" } program_structure = { path = "../program_structure" } -json = "0.12.4" \ No newline at end of file +json = "0.12.4" diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 4de4e347c..5a22ec526 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parser" -version = "0.1.0" +version = "2.0.1" authors = ["Hermenegildo "] edition = "2018" build = "build.rs" diff --git a/program_structure/Cargo.toml b/program_structure/Cargo.toml index 1f3caef44..ca781e9e0 100644 --- a/program_structure/Cargo.toml +++ b/program_structure/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "program_structure" -version = "0.1.0" +version = "2.0.1" authors = ["hermeGarcia "] edition = "2018" diff --git a/type_analysis/Cargo.toml b/type_analysis/Cargo.toml index 70853dffb..9a31d5c3f 100644 --- a/type_analysis/Cargo.toml +++ b/type_analysis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "type_analysis" -version = "0.1.0" +version = "2.0.0" authors = ["hermeGarcia "] edition = "2018"