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 6087ffb commit 0c952ebCopy full SHA for 0c952eb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## atomic-write-file 0.1.1
4
+
5
+### Unix changes
6
7
+* Update dependency on `nix` to version 0.27 (contributed by
8
+ [messense](https://github.com/andreacorbellini/rust-atomic-write-file/pull/2))
9
10
## atomic-write-file 0.1.0
11
12
* Initial release.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atomic-write-file"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Andrea Corbellini <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
0 commit comments