deps: update docopt to 1.0

This commit is contained in:
Andrew Gallant 2018-08-21 21:30:51 -04:00
parent dbe269c9af
commit 7033d12ded
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
[package]
name = "walkdir"
# remember to update html_root_url
version = "2.2.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Recursively walk a directory."
@ -24,7 +23,7 @@ version = "0.3"
features = ["std", "winnt"]
[dev-dependencies]
docopt = "0.8"
docopt = "1"
quickcheck = { version = "0.6", default-features = false }
rand = "0.4"
serde = "1"

View File

@ -103,7 +103,6 @@ for entry in walker.filter_entry(|e| !is_hidden(e)) {
[`filter_entry`]: struct.IntoIter.html#method.filter_entry
*/
#![doc(html_root_url = "https://docs.rs/walkdir/2.0.0")]
#![deny(missing_docs)]
#[cfg(test)]