Skip to content

Commit

Permalink
[4.1.x] update to depend on Rust 4.1.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Disselkoen <[email protected]>
  • Loading branch information
cdisselkoen committed Sep 30, 2024
1 parent 9e5da69 commit 27ff3f3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CedarJavaFFI/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Java FFI for Cedar (from the cedar-policy crate)."
edition = "2021"


version = "4.0.0"
version = "4.1.0"

[dependencies]
serde = { version = "1.0", features = ["derive", "rc"] }
Expand All @@ -29,11 +29,11 @@ cool_asserts = "2.0"
crate_type = ["cdylib"]

[dependencies.cedar-policy]
version = "4.0.0"
version = "4.1.0"
git = "https://github.com/cedar-policy/cedar"
branch = "release/4.0.x"
branch = "release/4.1.x"

[dependencies.cedar-policy-formatter]
version = "4.0.0"
version = "4.1.0"
git = "https://github.com/cedar-policy/cedar"
branch = "release/4.0.x"
branch = "release/4.1.x"

0 comments on commit 27ff3f3

Please sign in to comment.