mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-07-01 20:53:59 -04:00
Release v0.8.4
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
# 0.8.4
|
||||
|
||||
## Added
|
||||
|
||||
* Support `Registery::try_clone` on `wasm32-wasi`
|
||||
(https://github.com/tokio-rs/mio/pull/1576).
|
||||
* Add docs about polling without registering event sources
|
||||
(https://github.com/tokio-rs/mio/pull/1585).
|
||||
|
||||
# 0.8.3
|
||||
|
||||
## Changed
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ name = "mio"
|
||||
# When releasing to crates.io:
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create git tag
|
||||
version = "0.8.3"
|
||||
version = "0.8.4"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
"Carl Lerche <me@carllerche.com>",
|
||||
|
||||
Reference in New Issue
Block a user