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 /README.md
parent29c86b2fd5876061c2e882abe71db07c3656b2c8 (diff)
update Cargo.toml directions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 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