chore: remember to remove path deps on release (#1057)

This commit is contained in:
Carl Lerche
2019-04-24 10:42:39 -07:00
committed by GitHub
parent b2b796a228
commit 949adbb887
19 changed files with 41 additions and 24 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
[package]
name = "tokio-tls"
# When releasing to crates.io:
# - Remove path dependencies
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "tokio-tls-0.2.x" git tag.
# - Create "v0.2.x" git tag.
version = "0.2.1"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"