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 1e7f57a commit 18524fdCopy full SHA for 18524fd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.1.3
2
+
3
+- Update `windows-sys` to v0.60. (#46)
4
5
# Version 2.1.2
6
7
- Ensure that the docs for `create_dir_all` are close to the equivalent function
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-fs"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.1.2"
+version = "2.1.3"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments