Skip to content

Commit

Permalink
Update criterion to version 0.5 (#93)
Browse files Browse the repository at this point in the history
This removes the dependency on `atty` fixing #33.

(cherry picked from commit b5c463e)
  • Loading branch information
john-h-kastner-aws committed Jul 21, 2023
1 parent a9ecc91 commit a6ca5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-policy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ crate_type = ["rlib"]
# could replace this hack.
cedar-policy = { path = ".", default-features = false, features = ["integration_testing"] }
cool_asserts = "2.0"
criterion = "0.4"
criterion = "0.5"
globset = "0.4"

[[bench]]
Expand Down

0 comments on commit a6ca5b2

Please sign in to comment.