Skip to content

Commit

Permalink
chore: prepare v0.6.21 release (#1173)
Browse files Browse the repository at this point in the history
This removes the `=` dependency on an older `cfg-if` version.
  • Loading branch information
carllerche committed Nov 27, 2019
1 parent fa23f6e commit cd0423c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.6.21 (November 27, 2019)

### Fixed
- remove `=` dependency on `cfg-if`.

# 0.6.20 (November 21, 2019)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name = "mio"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create git tag
version = "0.6.20"
version = "0.6.21"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Lightweight non-blocking IO"
documentation = "https://docs.rs/mio/0.6.20/mio/"
documentation = "https://docs.rs/mio/0.6.21/mio/"
homepage = "https://github.com/carllerche/mio"
repository = "https://github.com/carllerche/mio"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/mio/0.6.20")]
#![doc(html_root_url = "https://docs.rs/mio/0.6.21")]
// Mio targets old versions of the Rust compiler. In order to do this, uses
// deprecated APIs.
#![allow(bare_trait_objects, deprecated, unknown_lints)]
Expand Down

0 comments on commit cd0423c

Please sign in to comment.