diff options
| author | Fuwn <[email protected]> | 2021-07-27 12:58:45 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-27 12:58:45 +0000 |
| commit | e984677dc3f952cb8e57af4e9ec58b8155be8683 (patch) | |
| tree | 3dbe2a447f9b3226c47115bd275a975ad4b4e16f | |
| parent | Merge pull request #60 from Whirlsplash/renovate/tokio-1.x (diff) | |
| parent | chore(deps): update rust crate criterion to 0.3.5 (diff) | |
| download | whirl-e984677dc3f952cb8e57af4e9ec58b8155be8683.tar.xz whirl-e984677dc3f952cb8e57af4e9ec58b8155be8683.zip | |
Merge pull request #62 from Whirlsplash/renovate/criterion-0.x
| -rw-r--r-- | crates/whirl_common/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_common/Cargo.toml b/crates/whirl_common/Cargo.toml index cf68756..8ca39a6 100644 --- a/crates/whirl_common/Cargo.toml +++ b/crates/whirl_common/Cargo.toml @@ -19,7 +19,7 @@ whirl_config = { path = "../whirl_config" } [dev-dependencies] # Benchmark iai = "0.1.1" -criterion = { version = "0.3.4", features = ["html_reports"] } +criterion = { version = "0.3.5", features = ["html_reports"] } [[bench]] name = "whirl_common" |