Skip to content

Commit

Permalink
chore: Update to criterion 0.4 (tokio-rs#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored and def- committed Jun 20, 2023
1 parent 6651a8a commit db1c809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ bytes = { version = "1", default-features = false }
prost-derive = { version = "0.11.9", path = "prost-derive", optional = true }

[dev-dependencies]
criterion = "0.3"
criterion = { version = "0.4", default-features = false }
env_logger = { version = "0.8", default-features = false }
log = "0.4"
proptest = "1"
Expand Down
2 changes: 1 addition & 1 deletion protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tempfile = "3"
libz-sys = { version = "1.1, < 1.1.7", optional = true }

[dev-dependencies]
criterion = "0.3"
criterion = { version = "0.4", default-features = false }
cfg-if = "1"

[lib]
Expand Down

0 comments on commit db1c809

Please sign in to comment.