diff --git a/Cargo.toml b/Cargo.toml index f538a2b0..f956e3a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,5 +66,6 @@ exclude = [ ] [patch.crates-io] -fluent-templates = { git = "https://github.com/robjtede/fluent-templates.git", branch = "fix-circ-dep" } -fluent-template-macros = { git = "https://github.com/robjtede/fluent-templates.git", branch = "fix-circ-dep" } +# FIXME: Specify commit until https://github.com/XAMPPRocky/fluent-templates/pull/36 is released +fluent-templates = { git = "https://github.com/XAMPPRocky/fluent-templates.git", rev = "82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c" } +fluent-template-macros = { git = "https://github.com/XAMPPRocky/fluent-templates.git", rev = "82b50baf6232e1ce2e9629ce2a8fcc12ab5d942c" }