We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5928766 commit 7056f57Copy full SHA for 7056f57
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.1.8
2
+
3
+- Re-enable `async-net` dependency and fix CI.
4
5
# Version 1.1.7
6
7
- Update `async-io` to v2.0.0
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-io"
-version = "1.1.7"
+version = "1.1.8"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async I/O and timers"
0 commit comments