From 7effd5fd12f78d7cb719453c97fdaf4139d02c3d Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 20 Mar 2018 19:48:01 -1000 Subject: [PATCH] Prepare for 0.3.7 release Contributed on behalf of Buoyant, Inc. Signed-off-by: Brian Smith --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.