Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/walkdir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-10-21 07:07:32 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-10-21 15:10:18 +0300
commitbfd917fdfd640113e42953bba59a102ecf98e61d (patch)
tree1de6f2f6b405d1d0cb0ae31b055451140dd68b36
parent3d4c9f7eca53cd6bd56306d7a1b2c4478cac8acb (diff)
deps: upgrade to same-file 1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11c87a7..34d2876 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ travis-ci = { repository = "BurntSushi/walkdir" }
appveyor = { repository = "BurntSushi/walkdir" }
[dependencies]
-same-file = "0.1.1"
+same-file = "1"
[target.'cfg(windows)'.dependencies]
kernel32-sys = "0.2"