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 d71be5d commit ed1d5d2Copy full SHA for ed1d5d2
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 0.1.3
2
+
3
+- Always use the last waker given to `Timer`.
4
+- Shutdown the socket in `AsyncWrite::poll_close()`.
5
+- Reduce the number of dependencies.
6
7
# Version 0.1.2
8
9
- Shutdown the write side of the socket in `AsyncWrite::poll_close()`.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-io"
-version = "0.1.2"
+version = "0.1.3"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
description = "Async I/O and timers"
0 commit comments