diff --git a/tower-layer/Cargo.toml b/tower-layer/Cargo.toml index 74def8c09..0b085ce9d 100644 --- a/tower-layer/Cargo.toml +++ b/tower-layer/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tower-layer" # When releasing to crates.io: -# - Remove path dependencies # - Update doc url # - Cargo.toml # - README.md diff --git a/tower-service/Cargo.toml b/tower-service/Cargo.toml index f227ed3da..d336b00cc 100644 --- a/tower-service/Cargo.toml +++ b/tower-service/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tower-service" # When releasing to crates.io: -# - Remove path dependencies # - Update doc url # - Cargo.toml # - README.md diff --git a/tower-test/Cargo.toml b/tower-test/Cargo.toml index 02ad3f0c3..2c01cae21 100644 --- a/tower-test/Cargo.toml +++ b/tower-test/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tower-test" # When releasing to crates.io: -# - Remove path dependencies # - Update doc url # - Cargo.toml # - README.md diff --git a/tower/Cargo.toml b/tower/Cargo.toml index 24d1e8924..dd04ba5dc 100644 --- a/tower/Cargo.toml +++ b/tower/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "tower" # When releasing to crates.io: -# - Remove path dependencies # - Update doc url # - Cargo.toml # - README.md