Skip to content

Commit 9cb1806

Browse files
committed
try to fix nostd
1 parent 8139deb commit 9cb1806

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ ark-ec = { git = "https://github.com/arkworks-rs/algebra", default-features = fa
2727
ark-poly = { git = "https://github.com/arkworks-rs/algebra", default-features = false }
2828

2929
ark-std = { git = "https://github.com/arkworks-rs/utils", default-features = false }
30-
3130
ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features = false }
31+
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std", default-features = false }
3232

33-
ark-r1cs-std = { git = "https://github.com/arkworks-rs/r1cs-std" }
34-
35-
bench-utils = { git = "https://github.com/arkworks-rs/utils" }
33+
bench-utils = { git = "https://github.com/arkworks-rs/utils", default-features = false }
3634
rand_core = { version = "0.5", default-features = false }
3735
digest = "0.8"
3836
rayon = { version = "1", optional = true }

0 commit comments

Comments
 (0)