From 683b7983f89cc4a815f6ca1cdd8f1fe83c435b39 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 17 Feb 2020 17:55:39 +1000 Subject: [PATCH] pin coarsetime for now, as .12 requires Sierra --- rslib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 10685bdca..f1e7e8c45 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -27,7 +27,7 @@ env_logger = "0.7.1" zip = "0.5.4" log = "0.4.8" serde_tuple = "0.4.0" -coarsetime = "0.1.12" +coarsetime = "=0.1.11" utime = "0.2.1" serde-aux = "0.6.1" unic-langid = { version = "0.7.0", features = ["macros"] }