Skip to content

Commit

Permalink
remove manual doc versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede authored and Thomasdezeeuw committed Apr 1, 2021
1 parent 8086e6a commit 1667a70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
edition = "2018"
name = "mio"
# When releasing to crates.io:
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create git tag
version = "0.8.0"
publish = false
Expand All @@ -15,7 +13,6 @@ authors = [
"Tokio Contributors <team@tokio.rs>",
]
description = "Lightweight non-blocking IO"
documentation = "https://docs.rs/mio/0.7.7"
homepage = "https://github.com/tokio-rs/mio"
repository = "https://github.com/tokio-rs/mio"
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![doc(html_root_url = "https://docs.rs/mio/0.7.7")]
#![deny(
missing_docs,
missing_debug_implementations,
Expand Down

0 comments on commit 1667a70

Please sign in to comment.