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

Commit

Permalink
prepare for 0.3.6 release (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored Jan 30, 2018
1 parent 41377a0 commit 9b11cbc
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.5"
version = "0.3.6"
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.5")]
html_root_url = "https://docs.rs/tempdir/0.3.6")]
#![cfg_attr(test, deny(warnings))]

//! Temporary directories of files.
Expand Down

0 comments on commit 9b11cbc

Please sign in to comment.