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:08:23 +0300
committerAndrew Gallant <jamslam@gmail.com>2017-10-21 15:10:18 +0300
commit99fe05638dd0039d35bbe45f739b75a0594bd574 (patch)
tree19ddd9781d4c93ecd5f23aac00ea93a684732310 /README.md
parentbfd917fdfd640113e42953bba59a102ecf98e61d (diff)
doc: bump version number to 2
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 97d6840..4f4dd88 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 = "1"
+walkdir = "2"
```
### Example