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 e246c4a commit 61531eaCopy full SHA for 61531ea
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 3.10.0
4
+
5
+- Drop `redox_syscall` dependency, we now use `rustix` for Redox.
6
+- Add `Builder::permissions` for setting the permissions on temporary files and directories (thanks to @Byron).
7
+- Update rustix to 0.38.31.
8
+- Update fastrand to 2.0.1.
9
10
## 3.9.0
11
12
- Updates windows-sys to 0.52
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tempfile"
-version = "3.9.0"
+version = "3.10.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
0 commit comments