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.
  • Loading branch information
john-h-kastner-aws authored and cdisselkoen committed Aug 11, 2023
1 parent 34f505f commit 96fbbc7
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 96fbbc7

Please sign in to comment.