From 032f669a4bb7e24d07f59c56423114b158d22d27 Mon Sep 17 00:00:00 2001 From: Michal Budzynski Date: Wed, 14 Jun 2017 16:33:45 +0200 Subject: Added html_root_url attribute --- Cargo.toml | 1 + src/lib.rs | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3