File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Version 0.7 of Mio contains various major changes compared to version 0.6.
44Overall a large number of API changes have been made to reduce the complexity of
55the implementation and remove overhead where possible.
66
7- Please refer to the upgrade guide in docs/upgrade_guide.md for additional
7+ Please refer to the [ blog post about
8+ 0.7-alpha.1] ( https://tokio.rs/blog/2019-12-mio-v0.7-alpha.1/ ) for additional
89information.
910
1011## Added
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ name = "mio"
66# - Update CHANGELOG.md.
77# - Update doc URL.
88# - Create git tag
9- version = " 0.7.0-alpha.1 "
9+ version = " 0.7.0"
1010license = " MIT"
1111authors = [" Carl Lerche <me@carllerche.com>" ]
1212description = " Lightweight non-blocking IO"
13- documentation = " https://docs.rs/mio/0.7.0-alpha.1/mio/ "
13+ documentation = " https://docs.rs/mio/0.7.0"
1414homepage = " https://github.com/tokio-rs/mio"
1515repository = " https://github.com/tokio-rs/mio"
1616readme = " README.md"
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/mio/0.7.0-alpha.1 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/mio/0.7.0" ) ]
22#![ deny(
33 missing_docs,
44 missing_debug_implementations,
You can’t perform that action at this time.
0 commit comments