Skip to content

Commit b7006d7

Browse files
committed
Release v0.7.10
1 parent 550abf7 commit b7006d7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 0.7.9
1+
# 0.7.10
2+
3+
## Fixes
4+
5+
* Fix an instance of not doc(cfg(.*))
6+
(https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce).
27

38
## Fixes
49

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "mio"
66
# - Update CHANGELOG.md.
77
# - Update doc URL.
88
# - Create git tag
9-
version = "0.7.9"
9+
version = "0.7.10"
1010
license = "MIT"
1111
authors = [
1212
"Carl Lerche <[email protected]>",

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.7.9")]
1+
#![doc(html_root_url = "https://docs.rs/mio/0.7.10")]
22
#![deny(
33
missing_docs,
44
missing_debug_implementations,

0 commit comments

Comments
 (0)