We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4430b commit 9a38b8dCopy full SHA for 9a38b8d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.25.0
4
+
5
+- Allow `getrandom` 0.4.x while retaining support for `getrandom` 0.3.x.
6
7
## 3.24.0
8
9
- Actually support WASIp2 without the nightly feature. This library is now feature complete on WASIp2 without any additional feature flags.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tempfile"
-version = "3.24.0"
+version = "3.25.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
0 commit comments