Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit 7effd5f

Browse files
committed
Prepare for 0.3.7 release
Contributed on behalf of Buoyant, Inc. Signed-off-by: Brian Smith <[email protected]>
1 parent 1a0c4f7 commit 7effd5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name = "tempdir"
44
# NB: When modifying, also modify html_root_url in lib.rs
5-
version = "0.3.6"
5+
version = "0.3.7"
66
authors = ["The Rust Project Developers"]
77
license = "MIT/Apache-2.0"
88
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1212
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
13-
html_root_url = "https://docs.rs/tempdir/0.3.6")]
13+
html_root_url = "https://docs.rs/tempdir/0.3.7")]
1414
#![cfg_attr(test, deny(warnings))]
1515

1616
//! Temporary directories of files.

0 commit comments

Comments
 (0)