Skip to content

Commit ca33456

Browse files
committed
updating version to 2.1.4
1 parent cbda75d commit ca33456

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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.1.3"
3+
version = "2.1.4"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

circom_algebra/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_algebra"
3-
version = "2.1.3"
3+
version = "2.1.4"
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.1.3"
3+
version = "2.1.4"
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.1.3"
3+
version = "2.1.4"
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.1.3"
3+
version = "2.1.4"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

constraint_list/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_list"
3-
version = "2.1.3"
3+
version = "2.1.4"
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.1.1"
3+
version = "2.1.4"
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.1.3"
3+
version = "2.1.4"
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.1.0"
3+
version = "2.1.4"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)