Skip to content

Commit bf8f7ea

Browse files
committed
chore: release 3.7.1
1 parent a5c236c commit bf8f7ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 3.7.1
4+
5+
- Tempfile builds on haiku again.
6+
- Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link syscalls where possible.
7+
38
## 3.7.0
49

510
BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major

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.7.0"
3+
version = "3.7.1"
44
authors = [
55
"Steven Allen <[email protected]>",
66
"The Rust Project Developers",

0 commit comments

Comments
 (0)