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 3a262ad commit 7630043Copy full SHA for 7630043
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+# Version 1.10.0
2
+
3
+- Remove the dependency on the `once_cell` crate to restore the MSRV. (#96)
4
5
# Version 1.9.0
6
-- Fix panic on very large timeout. (#87)
7
+- Fix panic on very large durations. (#87)
8
- Add `Timer::never` (#87)
9
10
# Version 1.8.0
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.9.0"
+version = "1.10.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.46"
0 commit comments