We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d6ac5 commit 929a112Copy full SHA for 929a112
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.26.0
4
+
5
+- Support `NamedTempFile::persist` on RedoxOS (#393) (thanks to @Andy-Python-Programmer).
6
7
## 3.25.0
8
9
- Allow `getrandom` 0.4.x while retaining support for `getrandom` 0.3.x.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tempfile"
-version = "3.25.0"
+version = "3.26.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
0 commit comments