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.
2 parents b6d5de8 + 8d8bf56 commit 68f9d40Copy full SHA for 68f9d40
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.4.1
2
+
3
+- Remove dependency on deprecated `vec-arena`. (#60)
4
5
# Version 1.4.0
6
7
- Implement `AsRef<T>` and `AsMut<T>` for `Async<T>`. (#44)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-io"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.4.0"
+version = "1.4.1"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
description = "Async I/O and timers"
0 commit comments