mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-06-30 20:58:01 -04:00
Release v0.8.6
This commit is contained in:
@@ -1,3 +1,24 @@
|
||||
# 0.8.6
|
||||
|
||||
## Added
|
||||
|
||||
* `Interest::PRIORITY` on Linux and Android, to trigger `Event::is_priority`
|
||||
(https://github.com/tokio-rs/mio/pull/1647).
|
||||
|
||||
## Changed
|
||||
|
||||
* Updated windows-sys to 0.45
|
||||
(https://github.com/tokio-rs/mio/pull/1644).
|
||||
* We started testing with sanitizers on the CI
|
||||
(https://github.com/tokio-rs/mio/pull/1648).
|
||||
|
||||
## Fixed
|
||||
|
||||
* A number of potential fd leaks when setup resulted in an error right after
|
||||
creation (https://github.com/tokio-rs/mio/pull/1636).
|
||||
* Less truncating for timeout values in `Poll::poll`
|
||||
(https://github.com/tokio-rs/mio/pull/1642).
|
||||
|
||||
# 0.8.5
|
||||
|
||||
## Changed
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ name = "mio"
|
||||
# When releasing to crates.io:
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create git tag
|
||||
version = "0.8.5"
|
||||
version = "0.8.6"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
"Carl Lerche <me@carllerche.com>",
|
||||
|
||||
Reference in New Issue
Block a user