mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: remember to remove path deps on release (#1057)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-buf"
|
name = "tokio-buf"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,9 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-codec"
|
name = "tokio-codec"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc URL.
|
# - Update doc url
|
||||||
|
# - Cargo.toml
|
||||||
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-current-thread"
|
name = "tokio-current-thread"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-executor"
|
name = "tokio-executor"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update CHANGELOG.md.
|
# - Update doc url
|
||||||
# - Update doc URL.
|
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - README.md
|
# - README.md
|
||||||
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.1.7"
|
version = "0.1.7"
|
||||||
documentation = "https://docs.rs/tokio-executor/0.1.7/tokio_executor"
|
documentation = "https://docs.rs/tokio-executor/0.1.7/tokio_executor"
|
||||||
|
|||||||
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-fs"
|
name = "tokio-fs"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update CHANGELOG.md.
|
# - Update doc url
|
||||||
# - Update doc URL.
|
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - README.md
|
# - README.md
|
||||||
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.1.6"
|
version = "0.1.6"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
|
|||||||
+4
-4
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-io"
|
name = "tokio-io"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update CHANGELOG.md.
|
# - Update doc url
|
||||||
# - Update doc URL.
|
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - Readme.md
|
# - README.md
|
||||||
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.1.12"
|
version = "0.1.12"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-reactor"
|
name = "tokio-reactor"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update CHANGELOG.md.
|
# - Update doc url
|
||||||
# - Update doc URL.
|
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
# - README.md
|
# - README.md
|
||||||
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.1.9"
|
version = "0.1.9"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-signal"
|
name = "tokio-signal"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
|
# - Update doc url
|
||||||
|
# - Cargo.toml
|
||||||
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Update doc URL.
|
|
||||||
# - Create "v0.2.x" git tag.
|
# - Create "v0.2.x" git tag.
|
||||||
version = "0.2.8"
|
version = "0.2.8"
|
||||||
authors = ["Tokio Contributors <[email protected]>"]
|
authors = ["Tokio Contributors <[email protected]>"]
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-sync"
|
name = "tokio-sync"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-tcp"
|
name = "tokio-tcp"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-test"
|
name = "tokio-test"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-threadpool"
|
name = "tokio-threadpool"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-timer"
|
name = "tokio-timer"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,9 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-tls"
|
name = "tokio-tls"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
|
# - Update doc url
|
||||||
|
# - Cargo.toml
|
||||||
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "tokio-tls-0.2.x" git tag.
|
# - Create "v0.2.x" git tag.
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-trace"
|
name = "tokio-trace"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-trace-core"
|
name = "tokio-trace-core"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-udp"
|
name = "tokio-udp"
|
||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
|
# - Update doc url
|
||||||
|
# - Cargo.toml
|
||||||
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Update doc URL.
|
|
||||||
# - Create "v0.1.x" git tag.
|
# - Create "v0.1.x" git tag.
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-uds"
|
name = "tokio-uds"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
|
# - Remove path dependencies
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
# - Update doc url
|
# - Update doc url
|
||||||
# - Cargo.toml
|
# - Cargo.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user