From a4e079363f9b8a0999c2d70620478e572aa34107 Mon Sep 17 00:00:00 2001 From: Craig Disselkoen Date: Mon, 30 Sep 2024 18:44:46 +0000 Subject: [PATCH] update branch Signed-off-by: Craig Disselkoen --- cedar-rust-hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cedar-rust-hello-world/Cargo.toml b/cedar-rust-hello-world/Cargo.toml index cb59367..b458bf0 100644 --- a/cedar-rust-hello-world/Cargo.toml +++ b/cedar-rust-hello-world/Cargo.toml @@ -11,5 +11,5 @@ serde_json = "1.0" [dependencies.cedar-policy] version = "4.1.0" git = "https://github.com/cedar-policy/cedar" -branch = "main" +branch = "release/4.1.x" #Do not add any lines below this. CI relies on the previous line being the second-to-last line in the file