From d9a2ef41e634dfde57f447f1ce14f27083612330 Mon Sep 17 00:00:00 2001 From: rabite0 Date: Wed, 22 May 2019 12:45:57 +0200 Subject: [PATCH] [libs] Peg filetime to 0.2.5 for rust 1.26.1 compat (#199) filetime started requiring Rust 2018 with version 0.2.6, so version 0.2.5 has to be set explicitly to the build to succeed. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d898448..fd194cbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ maintenance = { status = "passively-maintained" } [dependencies] bitflags = "^1.0.4" libc = "^0.2.4" -filetime = "^0.2.1" +filetime = "=0.2.5" walkdir = "^2.0.1" [target.'cfg(target_os="linux")'.dependencies]