tempdir v0.3.7 Release Notes
Release Date: 2018-03-21 // almost 7 years ago-
Contributions
๐ Deprecation Note
๐ The
tempdir
crate is being merged intotempfile
. Please see this issue to track progress and direct new issues and pull requests totempfile
.
Previous changes from v0.3.6
-
๐ Changes
Various private dependency bumps and internal refactorings (see Contributions for details).
Minimum
rustc
๐ The minimum
rustc
version has moved to at least1.13
for the?
operator.Contributions
- @ignatenkobrain bump rand to 0.4
- @rfdonnelly Fix ignored error in example
- @romankl bump dependency of
remove_dir_all
to 0.3 - ๐ @opilar Bugfix/refactor
- @pwoolcoc Add travis & appveyor badges to Cargo.toml
- ๐ @pwoolcoc Add CI for OSX & Windows
- @pwoolcoc Add keywords to Cargo.toml
- @Cldfire Point html_root_url at docs.rs
- ๐ @pwoolcoc Doc fixes for try! and .expect
- @dtolnay Avoid second remove_dir_all after close()
- @shepmaster Add categories to Cargo.toml
- @Aaronepower Added Windows remove_dir_all implementation from #31944
- ๐ @romankl test: remove old fixme from the tests