Skip to content

Commit

Permalink
chore: release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Mar 29, 2023
1 parent 8ad7b8c commit c773849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tempfile"
version = "3.4.0"
version = "3.5.0"
authors = [
"Steven Allen <steven@stebalien.com>",
"The Rust Project Developers",
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.5.0
=====

- Update rustix from 0.36 to 0.37.1. This makes wasi work on rust stable
- Update `windows-sys`, `redox_syscall`
- 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).

3.4.0
=====

Expand Down

0 comments on commit c773849

Please sign in to comment.