Skip to content

Commit eac948e

Browse files
committed
Remove bench-utils
1 parent a5d6397 commit eac948e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ ark-ec = { git = "https://github.com/arkworks-rs/algebra", default-features = fa
2020
ark-std = { git = "https://github.com/arkworks-rs/utils", default-features = false }
2121
ark-relations = { git = "https://github.com/arkworks-rs/snark", default-features = false }
2222

23-
bench-utils = { git = "https://github.com/arkworks-rs/utils", default-features = false }
24-
2523
blake2 = { version = "0.9", default-features = false }
2624
digest = "0.9"
2725

@@ -37,7 +35,7 @@ tracing = { version = "0.1", default-features = false, features = [ "attributes"
3735
[features]
3836
default = ["std"]
3937
std = [ "ark-ff/std", "ark-ec/std", "ark-std/std", "ark-relations/std" ]
40-
print-trace = [ "bench-utils/print-trace" ]
38+
print-trace = [ "ark-std/print-trace" ]
4139
parallel = [ "std", "rayon", "ark-ec/parallel", "ark-std/parallel", "ark-ff/parallel" ]
4240
r1cs = [ "ark-r1cs-std", "tracing", "ark-nonnative-field" ]
4341

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#![forbid(unsafe_code)]
1111

1212
#[macro_use]
13-
extern crate bench_utils;
13+
extern crate ark_std;
1414

1515
#[macro_use]
1616
extern crate derivative;

0 commit comments

Comments
 (0)