Skip to content

Commit ca6c6d5

Browse files
committed
Bump criterion to 0.6
1 parent 1c71e74 commit ca6c6d5

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

Cargo.lock

Lines changed: 23 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inferno = { version = "0.11", default-features = false, features = ["nameattr"],
3838
prost = { version = "0.12", optional = true }
3939
prost-derive = { version = "0.12", optional = true }
4040
protobuf = { version = ">=3.7.2", optional = true }
41-
criterion = {version = "0.5", optional = true}
41+
criterion = { version = "0.6", optional = true }
4242
aligned-vec = "0.6"
4343

4444
[dependencies.symbolic-demangle]
@@ -47,7 +47,7 @@ default-features = false
4747
features = ["rust"]
4848

4949
[dev-dependencies]
50-
criterion = "0.5"
50+
criterion = "0.6"
5151
rand = "0.8.0"
5252

5353
[build-dependencies]

0 commit comments

Comments
 (0)