Skip to content

Commit

Permalink
Fix arbitrary to 1.3.2 (#464)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaobo He <[email protected]>
  • Loading branch information
shaobo-he-aws authored Nov 5, 2024
1 parent 208eb14 commit 500e3b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cedar-policy-generators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ version = "4.0.0"
publish = false

[dependencies]
arbitrary = "1.3"
# We had to fix the version of `arbitrary` as well as `derive_arbitrary` because 1.4.x introduces a breaking change
arbitrary = "=1.3.2"
derive_arbitrary = "=1.3.2"
cedar-policy-core = { path = "../cedar/cedar-policy-core", version = "4.*", features = ["arbitrary"] }
cedar-policy-validator = { path = "../cedar/cedar-policy-validator", version = "4.*", features = ["arbitrary"] }
clap = { version = "4.3.16", features = ["derive"] }
Expand Down

0 comments on commit 500e3b2

Please sign in to comment.