From 30a78d3de3acec7428020c3b60825eb0087e77b6 Mon Sep 17 00:00:00 2001 From: CPerezz Date: Wed, 16 Oct 2024 16:16:35 +0200 Subject: [PATCH] fix: fmt Cargo.toml better --- folding-schemes/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/folding-schemes/Cargo.toml b/folding-schemes/Cargo.toml index d0773bf8..09a8137c 100644 --- a/folding-schemes/Cargo.toml +++ b/folding-schemes/Cargo.toml @@ -50,7 +50,9 @@ noname = { git = "https://github.com/dmpierre/noname" } serde_json = "1.0.85" # to (de)serialize JSON serde = "1.0.203" acvm = { git = "https://github.com/noir-lang/noir", rev = "2b4853e", default-features = false } -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", + branch = "feat/sonobe-integration" +} log = "0.4" # tmp import for espresso's sumcheck