Skip to content

Commit 93cee46

Browse files
committed
Release 1.9.0
1 parent 7deba4f commit 93cee46

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.9.0
2+
3+
- Fix panic on very large timeout. (#87)
4+
- Add `Timer::never` (#87)
5+
16
# Version 1.8.0
27

38
- Implement I/O safety traits on Rust 1.63+ (#84)

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-io"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.8.0"
6+
version = "1.9.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.46"
@@ -42,7 +42,7 @@ winapi = { version = "0.3.9", features = ["winsock2"] }
4242
async-channel = "1"
4343
async-net = "1"
4444
blocking = "1"
45-
criterion = "0.3.6"
45+
criterion = "0.3.6"
4646
getrandom = "0.2.7"
4747
signal-hook = "0.3"
4848
tempfile = "3"

0 commit comments

Comments
 (0)