From b6255d1637b54ef6db744b4d209d4b48160d90da Mon Sep 17 00:00:00 2001 From: Luyi Date: Wed, 20 Jul 2022 15:01:08 -0700 Subject: [PATCH] Update Cargo.toml (#566) --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" }