From 55ec0275bc60d24795cffa9e2b0afcb1ad6e077d Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 15 Oct 2021 19:14:17 +0200 Subject: [PATCH] Remove unnecessary item from release instructions Path dependencies are not problematic for publishing as long as a version is also specified. --- tower-layer/Cargo.toml | 1 - tower-service/Cargo.toml | 1 - tower-test/Cargo.toml | 1 - tower/Cargo.toml | 1 - 4 files changed, 4 deletions(-) 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