We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20076f commit e361484Copy full SHA for e361484
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.8.0
2
+
3
+- Implement I/O safety traits on Rust 1.63+ (#84)
4
5
# Version 1.7.0
6
7
- Process timers set for exactly `now`. (#73)
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.7.0"
+version = "1.8.0"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
rust-version = "1.46"
0 commit comments