File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.6.21 (November 27, 2019)
2+
3+ ### Fixed
4+ - remove ` = ` dependency on ` cfg-if ` .
5+
16# 0.6.20 (November 21, 2019)
27
38### Fixed
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.6.20 "
9+ version = " 0.6.21 "
1010license = " MIT"
1111authors = [" Carl Lerche <me@carllerche.com>" ]
1212description = " Lightweight non-blocking IO"
13- documentation = " https://docs.rs/mio/0.6.20 /mio/"
13+ documentation = " https://docs.rs/mio/0.6.21 /mio/"
1414homepage = " https://github.com/carllerche/mio"
1515repository = " https://github.com/carllerche/mio"
1616readme = " README.md"
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/mio/0.6.20 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/mio/0.6.21 " ) ]
22// Mio targets old versions of the Rust compiler. In order to do this, uses
33// deprecated APIs.
44#![ allow( bare_trait_objects, deprecated, unknown_lints) ]
You can’t perform that action at this time.
0 commit comments