From 6b8e1dca925a922608859c8935d2c84b716d545e Mon Sep 17 00:00:00 2001 From: alrubio Date: Fri, 10 Dec 2021 14:22:45 +0100 Subject: [PATCH] version changed to 2.0.2 --- circom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circom/Cargo.toml b/circom/Cargo.toml index 86ec7b5f0..10c56ce79 100644 --- a/circom/Cargo.toml +++ b/circom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "circom" -version = "2.0.1" +version = "2.0.2" authors = ["HermenegildoTFG "] edition = "2018"