mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-29 14:40:32 +00:00
deps: update docopt to 1.0
This commit is contained in:
parent
dbe269c9af
commit
7033d12ded
@ -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"
|
||||
|
@ -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)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user