Skip to content

Commit

Permalink
Remove unnecessary item from release instructions
Browse files Browse the repository at this point in the history
Path dependencies are not problematic for publishing as long as a
version is also specified.
  • Loading branch information
jplatte committed Oct 15, 2021
1 parent e6449a1 commit e9b6107
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tower-layer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "tower-layer"
# When releasing to crates.io:
# - Remove path dependencies
# - Update doc url
# - Cargo.toml
# - README.md
Expand Down
1 change: 0 additions & 1 deletion tower-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "tower-service"
# When releasing to crates.io:
# - Remove path dependencies
# - Update doc url
# - Cargo.toml
# - README.md
Expand Down
1 change: 0 additions & 1 deletion tower-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "tower-test"
# When releasing to crates.io:
# - Remove path dependencies
# - Update doc url
# - Cargo.toml
# - README.md
Expand Down
1 change: 0 additions & 1 deletion tower/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "tower"
# When releasing to crates.io:
# - Remove path dependencies
# - Update doc url
# - Cargo.toml
# - README.md
Expand Down

0 comments on commit e9b6107

Please sign in to comment.