From c3a29245c969235a1892540723c3c8366d7c199a Mon Sep 17 00:00:00 2001 From: Aaron Eline Date: Wed, 19 Jun 2024 10:14:27 -0400 Subject: [PATCH] Update tinytodo/Cargo.toml Signed-off-by: Aaron Eline --- tinytodo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinytodo/Cargo.toml b/tinytodo/Cargo.toml index 4a068da..a06851c 100644 --- a/tinytodo/Cargo.toml +++ b/tinytodo/Cargo.toml @@ -23,5 +23,5 @@ use-templates = [] [dependencies.cedar-policy] version = "4.0.0" git = "https://github.com/cedar-policy/cedar" -branch = "aeline/rfc55" +branch = "main" #Do not add any lines below this. CI relies on the previous line being the second-to-last line in the file