Skip to content

Commit 30a78d3

Browse files
committed
fix: fmt Cargo.toml better
1 parent 9bcf84c commit 30a78d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

folding-schemes/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ noname = { git = "https://github.com/dmpierre/noname" }
5050
serde_json = "1.0.85" # to (de)serialize JSON
5151
serde = "1.0.203"
5252
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" }
53+
noir_arkworks_backend = { package = "arkworks_backend", git = "https://github.com/dmpierre/arkworks_backend",
54+
branch = "feat/sonobe-integration"
55+
}
5456
log = "0.4"
5557

5658
# tmp import for espresso's sumcheck

0 commit comments

Comments
 (0)