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>2016-10-29 19:32:38 +0300
committerAndrew Gallant <jamslam@gmail.com>2016-10-29 19:32:38 +0300
commit15e2fb761ee039fe2aa97eb2cb605991413dc690 (patch)
treea4853b369670a83f950beffe0c61bf23d0c2639c
parent29c86b2fd5876061c2e882abe71db07c3656b2c8 (diff)
update Cargo.toml directions
-rw-r--r--README.md2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 32481f9..ee525de 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ To use this crate, add `walkdir` as a dependency to your project's
```
[dependencies]
-walkdir = "0.1"
+walkdir = "1"
```
### Example
diff --git a/src/lib.rs b/src/lib.rs
index 958dad4..ffc6dea 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -10,7 +10,7 @@ To use this crate, add `walkdir` as a dependency to your project's
```ignore
[dependencies]
-walkdir = "0.1"
+walkdir = "1"
```
# From the top