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 c058784 commit 6eee6bcCopy full SHA for 6eee6bc
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 2.1.2
2
+
3
+- Ensure that the docs for `create_dir_all` are close to the equivalent function
4
+ in libstd. (#35)
5
6
# Version 2.1.1
7
8
- Fix a copy/paste error in documentation. (#33)
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.1"
+version = "2.1.2"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
9
rust-version = "1.63"
0 commit comments