Skip to content

Commit 5de4aa3

Browse files
committed
Release 1.10.0
1 parent 5b5f501 commit 5de4aa3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# Version 1.10.0
2+
3+
- Remove the dependency on the `once_cell` crate to restore the MSRV. (#95)
4+
15
# Version 1.9.0
26

3-
- Fix panic on very large timeout. (#87)
7+
- Fix panic on very large durations. (#87)
48
- Add `Timer::never` (#87)
59

610
# Version 1.8.0

Cargo.toml

+1-1
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.9.0"
6+
version = "1.10.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.46"

0 commit comments

Comments
 (0)