We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcf84c commit 30a78d3Copy full SHA for 30a78d3
folding-schemes/Cargo.toml
@@ -50,7 +50,9 @@ noname = { git = "https://github.com/dmpierre/noname" }
50
serde_json = "1.0.85" # to (de)serialize JSON
51
serde = "1.0.203"
52
acvm = { git = "https://github.com/noir-lang/noir", rev = "2b4853e", default-features = false }
53
-noir_arkworks_backend = { package = "arkworks_backend", git = "https://github.com/dmpierre/arkworks_backend", branch = "feat/sonobe-integration" }
+noir_arkworks_backend = { package = "arkworks_backend", git = "https://github.com/dmpierre/arkworks_backend",
54
+ branch = "feat/sonobe-integration"
55
+}
56
log = "0.4"
57
58
# tmp import for espresso's sumcheck
0 commit comments