Skip to content

Commit 9e5a950

Browse files
committed
updating version to 2.2.1
1 parent 63b0f37 commit 9e5a950

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

circom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "circom"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

code_producers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code_producers"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiler"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

constraint_generation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "constraint_generation"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parser"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66
build = "build.rs"

program_structure/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "program_structure"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

type_analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "type_analysis"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)