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