diff --git a/Cargo.toml b/Cargo.toml index 9100774..60b985a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "tempdir" # NB: When modifying, also modify html_root_url in lib.rs -version = "0.3.6" +version = "0.3.7" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 4e19b30..278af7c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "https://www.rust-lang.org/favicon.ico", - html_root_url = "https://docs.rs/tempdir/0.3.6")] + html_root_url = "https://docs.rs/tempdir/0.3.7")] #![cfg_attr(test, deny(warnings))] //! Temporary directories of files.