Skip to content

Commit cd0423c

Browse files
authored
chore: prepare v0.6.21 release (#1173)
This removes the `=` dependency on an older `cfg-if` version.
1 parent fa23f6e commit cd0423c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
1010
license = "MIT"
1111
authors = ["Carl Lerche <me@carllerche.com>"]
1212
description = "Lightweight non-blocking IO"
13-
documentation = "https://docs.rs/mio/0.6.20/mio/"
13+
documentation = "https://docs.rs/mio/0.6.21/mio/"
1414
homepage = "https://github.com/carllerche/mio"
1515
repository = "https://github.com/carllerche/mio"
1616
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)]

0 commit comments

Comments
 (0)