This repository was archived by the owner on Aug 20, 2021. It is now read-only.
Releases: rust-lang-deprecated/tempdir
Releases · rust-lang-deprecated/tempdir
0.3.7
Contributions
Deprecation Note
The tempdir crate is being merged into tempfile. Please see this issue to track progress and direct new issues and pull requests to tempfile.
0.3.6
Changes
Various private dependency bumps and internal refactorings (see Contributions for details).
Minimum rustc
The minimum rustc version has moved to at least 1.13 for the ? operator.
Contributions
- @ignatenkobrain bump rand to 0.4
- @rfdonnelly Fix ignored error in example
- @romankl bump dependency of
remove_dir_allto 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