mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: remove html_root_url (#3489)
Co-authored-by: Alice Ryhl <[email protected]>
This commit is contained in:
+2
-3
@@ -571,9 +571,8 @@ When releasing a new version of a crate, follow these steps:
|
|||||||
2. **Update Cargo metadata.** After releasing any path dependencies, update the
|
2. **Update Cargo metadata.** After releasing any path dependencies, update the
|
||||||
`version` field in `Cargo.toml` to the new version, and the `documentation`
|
`version` field in `Cargo.toml` to the new version, and the `documentation`
|
||||||
field to the docs.rs URL of the new version.
|
field to the docs.rs URL of the new version.
|
||||||
3. **Update other documentation links.** Update the `#![doc(html_root_url)]`
|
3. **Update other documentation links.** Update the "Documentation" link in the
|
||||||
attribute in the crate's `lib.rs` and the "Documentation" link in the crate's
|
crate's `README.md` to point to the docs.rs URL of the new version.
|
||||||
`README.md` to point to the docs.rs URL of the new version.
|
|
||||||
4. **Update the changelog for the crate.** Each crate in the Tokio repository
|
4. **Update the changelog for the crate.** Each crate in the Tokio repository
|
||||||
has its own `CHANGELOG.md` in that crate's subdirectory. Any changes to that
|
has its own `CHANGELOG.md` in that crate's subdirectory. Any changes to that
|
||||||
crate since the last release should be added to the changelog. Change
|
crate since the last release should be added to the changelog. Change
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "tokio-macros"
|
name = "tokio-macros"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio-macros/1.1.0")]
|
|
||||||
#![allow(clippy::needless_doctest_main)]
|
#![allow(clippy::needless_doctest_main)]
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "tokio-stream"
|
name = "tokio-stream"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio-stream/0.1.3")]
|
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::cognitive_complexity,
|
clippy::cognitive_complexity,
|
||||||
clippy::large_enum_variant,
|
clippy::large_enum_variant,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "tokio-test"
|
name = "tokio-test"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio-test/0.4.0")]
|
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
missing_docs,
|
missing_docs,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio-util/0.6.3")]
|
|
||||||
#![allow(clippy::needless_doctest_main)]
|
#![allow(clippy::needless_doctest_main)]
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
name = "tokio"
|
name = "tokio"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Remove path dependencies
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - README.md
|
# - README.md
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio/1.2.0")]
|
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::cognitive_complexity,
|
clippy::cognitive_complexity,
|
||||||
clippy::large_enum_variant,
|
clippy::large_enum_variant,
|
||||||
|
|||||||
Reference in New Issue
Block a user