Skip to content

Commit

Permalink
upgrade criterion to the latest version, it compiles more quickly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jul 16, 2023
1 parent 17dd8f6 commit 78272c0
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 @@ -101,7 +101,7 @@ all-features = true
[dev-dependencies]
rand = "0.8.1"
env_logger = { version = "0.10.0", default-features = false, features = ["humantime"] }
criterion = { version = "0.4.0", default-features = false }
criterion = { version = "0.5.1", default-features = false }
futures-util = { version = "0.3.4", default-features = false }
argh = "0.1.3"
futures = "0.3.5"
Expand Down

0 comments on commit 78272c0

Please sign in to comment.