We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da36cd5 commit d258544Copy full SHA for d258544
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 3.7.0
4
+
5
+BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major
6
+release) but it's still a breaking change for some users.
7
8
+- Update fastrand from 1.6 to 2.0
9
+- Update rustix to 0.38
10
+- Updates the MSRV to 1.63.
11
+- Provide AsFd/AsRawFd on wasi.
12
13
## 3.6.0
14
15
- Update windows-sys to 0.48.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tempfile"
-version = "3.6.0"
+version = "3.7.0"
authors = [
"Steven Allen <[email protected]>",
"The Rust Project Developers",
0 commit comments