Skip to content

Commit

Permalink
[libs] Peg filetime to 0.2.5 for rust 1.26.1 compat (#199)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rabite0 authored and passcod committed May 22, 2019
1 parent cb76c80 commit d9a2ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d9a2ef4

Please sign in to comment.