From 7c5db4452de16b52937d9cd18e6dc875183e0d0d Mon Sep 17 00:00:00 2001 From: Aaron Eline Date: Fri, 11 Oct 2024 15:20:22 -0400 Subject: [PATCH] Bumping version numbers (#236) Signed-off-by: Aaron Eline --- CedarJavaFFI/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CedarJavaFFI/Cargo.toml b/CedarJavaFFI/Cargo.toml index ed21ccd..33ccb30 100644 --- a/CedarJavaFFI/Cargo.toml +++ b/CedarJavaFFI/Cargo.toml @@ -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"] } @@ -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"