diff --git a/Cargo.toml b/Cargo.toml index 66039c7..a83fdbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [package] name = "walkdir" +# remember to update html_root_url version = "1.0.7" #:version authors = ["Andrew Gallant "] description = "Recursively walk a directory." diff --git a/src/lib.rs b/src/lib.rs index 30c5cc7..872a839 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![doc(html_root_url = "https://docs.rs/walkdir/1.0.7")] /*! Crate `walkdir` provides an efficient and cross platform implementation of recursive directory traversal. Several options are exposed to control