Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jan 12, 2021
1 parent 00d48bf commit a7d19db
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tempfile"
version = "3.1.0"
version = "3.2.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
3.2.0
=====

Features:

* Bump rand dependency to `0.8`.
* Bump cfg-if dependency to `1.0`

Other than that, this release mostly includes small cleanups and simplifications.

Breaking: The minimum rust version is now `1.40.0`.

3.1.0
=====

Expand Down

0 comments on commit a7d19db

Please sign in to comment.