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 56dcaec + 13ce6b4 commit 7073213Copy full SHA for 7073213
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.4.0
2
+
3
+- Implement `AsRef<T>` and `AsMut<T>` for `Async<T>`. (#44)
4
+- Remove dependency on deprecated `nb-connect`. (#55)
5
6
# Version 1.3.1
7
8
- Lower MSRV to 1.41.0
Cargo.toml
@@ -1,6 +1,9 @@
[package]
name = "async-io"
-version = "1.3.1"
+# When publishing a new version:
+# - Update CHANGELOG.md
+# - Create "v1.x.y" git tag
+version = "1.4.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
9
description = "Async I/O and timers"
0 commit comments