Skip to content

Commit

Permalink
Bumping version numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Eline <[email protected]>
  • Loading branch information
aaronjeline committed Oct 11, 2024
1 parent e8ad511 commit e3cc9e6
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.2.1"

[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.2.1"
git = "https://github.com/cedar-policy/cedar"
branch = "main"
branch = "release/4.2.x"

[dependencies.cedar-policy-formatter]
version = "4.0.0"
version = "4.2.1"
git = "https://github.com/cedar-policy/cedar"
branch = "main"
branch = "release/4.2.x"

0 comments on commit e3cc9e6

Please sign in to comment.