Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
alrubio committed Nov 9, 2021
1 parent e4faf52 commit b77966a
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion circom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circom"
version = "2.0.0"
version = "2.0.1"
authors = ["HermenegildoTFG <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions circom_algebra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circom_algebra"
version = "0.1.0"
version = "2.0.0"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand All @@ -9,4 +9,4 @@ edition = "2018"
[dependencies]
num-bigint-dig = "0.6.0"
num-traits = "0.2.6"
constant_tracking = {path = "../constant_tracking" }
constant_tracking = {path = "../constant_tracking" }
4 changes: 2 additions & 2 deletions code_producers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "code_producers"
version = "0.1.0"
version = "2.0.1"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lz_fnv = "0.1.2"
num-bigint-dig = "0.6.0"
num-bigint-dig = "0.6.0"
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compiler"
version = "0.1.0"
version = "2.0.1"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion constant_tracking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "constant_tracking"
version = "0.1.0"
version = "2.0.0"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion constraint_generation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "constraint_generation"
version = "0.1.0"
version = "2.0.1"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion constraint_list/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "constraint_list"
version = "0.1.0"
version = "2.0.0"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion constraint_writers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "constraint_writers"
version = "0.1.0"
version = "2.0.1"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions dag/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dag"
version = "0.1.0"
version = "2.0.1"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand All @@ -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"
json = "0.12.4"
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parser"
version = "0.1.0"
version = "2.0.1"
authors = ["Hermenegildo <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion program_structure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "program_structure"
version = "0.1.0"
version = "2.0.1"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion type_analysis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "type_analysis"
version = "0.1.0"
version = "2.0.0"
authors = ["hermeGarcia <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit b77966a

Please sign in to comment.