We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550abf7 commit b7006d7Copy full SHA for b7006d7
CHANGELOG.md
@@ -1,4 +1,9 @@
1
-# 0.7.9
+# 0.7.10
2
+
3
+## Fixes
4
5
+* Fix an instance of not doc(cfg(.*))
6
+ (https://github.com/tokio-rs/mio/commit/25e8f911357c740034f10a170dfa4ea1b28234ce).
7
8
## Fixes
9
Cargo.toml
@@ -6,7 +6,7 @@ name = "mio"
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create git tag
-version = "0.7.9"
+version = "0.7.10"
10
license = "MIT"
11
authors = [
12
"Carl Lerche <[email protected]>",
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/mio/0.7.9")]
+#![doc(html_root_url = "https://docs.rs/mio/0.7.10")]
#![deny(
missing_docs,
missing_debug_implementations,
0 commit comments