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>2015-11-08 05:02:58 +0300
committerAndrew Gallant <jamslam@gmail.com>2015-11-08 05:02:58 +0300
commitb110cd8454ddd07d6e7fd5dbf242236038bcd580 (patch)
treefab8a1c11dea12918348f73ffc55ab91cee50835
parent6d98d0be721b7688c5020e11fd7f86e9dcd8b44c (diff)
bump kernel32-sys
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37282cb..20457ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ keywords = ["directory", "recursive", "walk", "iterator"]
license = "Unlicense/MIT"
[dependencies]
-kernel32-sys = "0.1"
+kernel32-sys = "0.2"
winapi = "0.2"
[dev-dependencies]