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 907b385 commit 5fda2aaCopy full SHA for 5fda2aa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 2.1.1
2
+
3
+- Fix a copy/paste error in documentation. (#33)
4
5
# Version 2.1.0
6
7
- Bump `async-lock` and `futures-lite` to their latest versions. (#27, #28)
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.0"
+version = "2.1.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2018"
9
rust-version = "1.63"
0 commit comments