Skip to content

Commit a28d13c

Browse files
committed
Downgrade to criterion v0.4
Signed-off-by: John Nunley <[email protected]>
1 parent 2f71173 commit a28d13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ waker-fn = "1.1.0"
4040
async-channel = "1"
4141
async-net = "1"
4242
blocking = "1"
43-
criterion = { version = "0.5", default-features = false, features = ["cargo_bench_support"] }
43+
criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] }
4444
getrandom = "0.2.7"
4545
signal-hook = "0.3"
4646
tempfile = "3"

0 commit comments

Comments
 (0)