diff --git a/Cargo.toml b/Cargo.toml index d3e1da5..396e2a6 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.5" +version = "0.3.6" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" diff --git a/src/lib.rs b/src/lib.rs index 2f44a06..4e19b30 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.5")] + html_root_url = "https://docs.rs/tempdir/0.3.6")] #![cfg_attr(test, deny(warnings))] //! Temporary directories of files.