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