From 87c416cebdf665667e69deaee8c57bbb9807abbe Mon Sep 17 00:00:00 2001 From: Shaobo He Date: Thu, 23 Jan 2025 10:10:16 -0800 Subject: [PATCH] bump release version from 4.3.0 to 4.3.1 Signed-off-by: Shaobo He --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a0864268..03d0bace5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ debug = "line-tables-only" # this adds more debug symbols/info to the binary th [workspace.package] # Check the minimum supported Rust version with `cargo install cargo-msrv && cargo msrv --min 1.X.0` where `X` is something lower than the version noted here (to confirm that versions lower than the one noted here _don't_ work) rust-version = "1.77" -version = "4.3.0" +version = "4.3.1" homepage = "https://cedarpolicy.com" keywords = ["cedar", "authorization", "policy", "security"] categories = ["compilers", "config"]