From ffffdf2c857e29deed1859c2a9834f9fdd8d6dde Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Feb 2020 08:47:23 +1000 Subject: [PATCH] fix revision pin --- rslib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 8c0a0e8d5..867acafac 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -31,8 +31,8 @@ coarsetime = "=0.1.11" utime = "0.2.1" serde-aux = "0.6.1" unic-langid = { version = "0.8.0", features = ["macros"] } -fluent = { git = "https://github.com/projectfluent/fluent-rs#6a711ca1" } -intl-memoizer = { git = "https://github.com/projectfluent/fluent-rs#6a711ca1" } +fluent = { git = "https://github.com/projectfluent/fluent-rs", rev = "6a711ca1" } +intl-memoizer = { git = "https://github.com/projectfluent/fluent-rs", rev = "6a711ca1" } num-format = "0.4.0" [target.'cfg(target_vendor="apple")'.dependencies]