We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ee673 commit 4ec6203Copy full SHA for 4ec6203
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
3
+## atomic-write-file 0.3.0
4
+
5
+### Unix changes
6
7
+* Updated dependency on `nix` to version 0.30.
8
9
+### Breaking changes
10
11
+* Changed Rust edition from 2021 to 2024.
12
13
+* Explicitly set the MSRV to 0.85 (the first Rust version to support the 2024
14
+ edition).
15
16
## atomic-write-file 0.2.3
17
18
* Fixed documentation to state that `discard()` (not `commit()`) is called on
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atomic-write-file"
-version = "0.2.3"
+version = "0.3.0"
authors = ["Andrea Corbellini <[email protected]>"]
edition = "2024"
rust-version = "1.85"
0 commit comments