Skip to content

Commit c773849

Browse files
committed
chore: release 3.5.0
1 parent 8ad7b8c commit c773849

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempfile"
3-
version = "3.4.0"
3+
version = "3.5.0"
44
authors = [
55
"Steven Allen <[email protected]>",
66
"The Rust Project Developers",

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.5.0
2+
=====
3+
4+
- Update rustix from 0.36 to 0.37.1. This makes wasi work on rust stable
5+
- Update `windows-sys`, `redox_syscall`
6+
- BREAKING: Remove the implementation of `Write for &NamedTempFile<F> where &F: Write`. Unfortunately, this can cause compile issues in unrelated code (https://github.com/Stebalien/tempfile/issues/224).
7+
18
3.4.0
29
=====
310

0 commit comments

Comments
 (0)