Skip to content

Commit

Permalink
[libs] Peg filetime to 0.2.5 for rust 1.26.1 compat (#200)
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 8320d06 commit b4ea3e7
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 @@ -23,7 +23,7 @@ maintenance = { status = "passively-maintained" }
anymap = "0.12.1"
bitflags = "^1.0.4"
crossbeam-channel = "0.3.8"
filetime = "^0.2.1"
filetime = "=0.2.5"
libc = "^0.2.4"
serde = { version = "1.0.89", features = ["derive"], optional = true }
walkdir = "^2.0.1"
Expand Down

0 comments on commit b4ea3e7

Please sign in to comment.