Skip to content

Commit

Permalink
Revert "Update criterion requirement from 0.4 to 0.5"
Browse files Browse the repository at this point in the history
This reverts commit 236d5a6.
  • Loading branch information
taiki-e authored Sep 10, 2023
1 parent f054b98 commit fb0a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ autocfg = "1"
async-channel = "1"
async-net = "1"
blocking = "1"
criterion = { version = "0.5", default-features = false, features = ["cargo_bench_support"] }
criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] }
getrandom = "0.2.7"
signal-hook = "0.3"
tempfile = "3"
Expand Down

0 comments on commit fb0a3a4

Please sign in to comment.