Skip to content

Commit 24fd572

Browse files
fix
1 parent ee10685 commit 24fd572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features
3232

3333
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std" }
3434

35-
bench-utils = { git = "https://github.com/arkworks-rs/utils" }
35+
bench-utils = { git = "https://github.com/arkworks-rs/utils", default-features = false }
36+
3637
rand_core = { version = "0.5", default-features = false }
3738
digest = "0.8"
3839
rayon = { version = "1", optional = true }

0 commit comments

Comments
 (0)