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

Commit

Permalink
Merge pull request #48 from briansmith/b/0.3.7
Browse files Browse the repository at this point in the history
Prepare for 0.3.7 release
  • Loading branch information
KodrAus committed Mar 21, 2018
2 parents 1a0c4f7 + 7effd5f commit dcdddc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dcdddc2

Please sign in to comment.