Skip to content

Commit 714a259

Browse files
committed
chore: release 3.17.1
1 parent 78309ed commit 714a259

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.17.1
4+
5+
- Fix build with `windows-sys` 0.52. Unfortunately, we have no CI for older `windows-sys` versions at the moment...
6+
37
## 3.17.0
48

59
- Make sure to use absolute paths in when creating unnamed temporary files (avoids a small race in the "immediate unlink" logic) and in `Builder::make_in` (when creating temporary files of arbitrary types).

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempfile"
3-
version = "3.17.0"
3+
version = "3.17.1"
44
authors = [
55
"Steven Allen <[email protected]>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)