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 682cd2a commit d7629a7Copy full SHA for d7629a7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## atomic-write-file 0.2.2
4
+
5
+* Fixed a build error with `androideabi` (contributed by
6
+ [xuxiaocheng0201](https://github.com/andreacorbellini/rust-atomic-write-file/pull/10)).
7
8
## atomic-write-file 0.2.1
9
10
* Fixed some broken documentation links.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atomic-write-file"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Andrea Corbellini <[email protected]>"]
edition = "2021"
license = "BSD-3-Clause"
0 commit comments