Skip to content

Commit 1667a70

Browse files
robjtedeThomasdezeeuw
authored andcommitted
remove manual doc versioning
1 parent 8086e6a commit 1667a70

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
edition = "2018"
33
name = "mio"
44
# When releasing to crates.io:
5-
# - Update html_root_url.
65
# - Update CHANGELOG.md.
7-
# - Update doc URL.
86
# - Create git tag
97
version = "0.8.0"
108
publish = false
@@ -15,7 +13,6 @@ authors = [
1513
"Tokio Contributors <[email protected]>",
1614
]
1715
description = "Lightweight non-blocking IO"
18-
documentation = "https://docs.rs/mio/0.7.7"
1916
homepage = "https://github.com/tokio-rs/mio"
2017
repository = "https://github.com/tokio-rs/mio"
2118
readme = "README.md"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![doc(html_root_url = "https://docs.rs/mio/0.7.7")]
21
#![deny(
32
missing_docs,
43
missing_debug_implementations,

0 commit comments

Comments
 (0)