We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3c5f2a + a84591a commit e82546dCopy full SHA for e82546d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.5.0
2
+
3
+- Add `Readable` and `Writable` futures. (#64)
4
5
# Version 1.4.1
6
7
- Remove dependency on deprecated `vec-arena`. (#60)
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.1"
+version = "1.5.0"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
description = "Async I/O and timers"
0 commit comments