From 658d07ae8cd7148a7d7a8237d2400bd88c7a7abf Mon Sep 17 00:00:00 2001 From: tyshkor Date: Mon, 20 Mar 2023 23:14:29 +0100 Subject: [PATCH] rm commented line --- rln/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rln/Cargo.toml b/rln/Cargo.toml index f4cf2dc..c89daa9 100644 --- a/rln/Cargo.toml +++ b/rln/Cargo.toml @@ -17,7 +17,6 @@ ark-ec = { version = "=0.4.1", default-features = false } ark-ff = { version = "=0.4.1", default-features = false, features = [ "asm"] } ark-std = { version = "=0.4.0", default-features = false } ark-bn254 = { version = "=0.4.0" } -# ark-groth16 = { git = "https://github.com/arkworks-rs/groth16", rev = "765817f", default-features = false } ark-groth16 = { version = "=0.4.0", features = ["parallel"], default-features = false } ark-relations = { version = "=0.4.0", default-features = false, features = [ "std" ] } ark-serialize = { version = "=0.4.1", default-features = false }