Skip to content

Commit cf1a575

Browse files
committed
feat: support criterion 0.7
Signed-off-by: Cheng Xu <[email protected]>
1 parent 0c52c5f commit cf1a575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

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

4848
# framehop unwinder dependencies
@@ -57,7 +57,7 @@ default-features = false
5757
features = ["rust"]
5858

5959
[dev-dependencies]
60-
criterion = "0.5"
60+
criterion = "0.7"
6161
rand = "0.8.0"
6262

6363
[build-dependencies]

0 commit comments

Comments
 (0)