Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update some debs mostly for minimal-versions
  • Loading branch information
Eh2406 committed Aug 24, 2018
commit 817e102e0588153874b529a9fb550b44b81e3ca3
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ travis-ci = { repository = "BurntSushi/walkdir" }
appveyor = { repository = "BurntSushi/walkdir" }

[dependencies]
same-file = "1"
same-file = "1.0.1"

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = ["std", "fileapi", "winbase", "winnt"]

[dev-dependencies]
docopt = "1"
docopt = "1.0.1"
quickcheck = { version = "0.6", default-features = false }
rand = "0.4"
serde = "1"
Expand Down