mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-07-01 20:53:59 -04:00
Release v0.8.5
Co-authored-by: Thomas de Zeeuw <thomasdezeeuw@gmail.com>
This commit is contained in:
committed by
Thomas de Zeeuw
parent
618ac9a378
commit
db6dc6c66e
@@ -1,3 +1,24 @@
|
||||
# 0.8.5
|
||||
|
||||
## Changed
|
||||
|
||||
* Updated `windows-sys` to 0.42.0
|
||||
(https://github.com/tokio-rs/mio/pull/1624).
|
||||
* Officially document Wine as not supported, some people claimed it worked,
|
||||
other claims it doesn't, but nobody stepped up to fix the problem
|
||||
(https://github.com/tokio-rs/mio/pull/1596).
|
||||
* Switch to GitHub Actions
|
||||
(https://github.com/tokio-rs/mio/pull/1598, https://github.com/tokio-rs/mio/pull/1601).
|
||||
* Documented the current Poll::poll time behaviour
|
||||
(https://github.com/tokio-rs/mio/pull/1603).
|
||||
|
||||
## Fixed
|
||||
|
||||
* Timeout less than one millisecond becoming zero millsiconds
|
||||
(https://github.com/tokio-rs/mio/pull/1615, https://github.com/tokio-rs/mio/pull/1616)
|
||||
* Undefined reference to `epoll\_create1` on Android API level < 21.
|
||||
(https://github.com/tokio-rs/mio/pull/1590).
|
||||
|
||||
# 0.8.4
|
||||
|
||||
## Added
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ name = "mio"
|
||||
# When releasing to crates.io:
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create git tag
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
"Carl Lerche <me@carllerche.com>",
|
||||
|
||||
Reference in New Issue
Block a user