summaryrefslogtreecommitdiffstats
path: root/tokio-macros
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-14 11:36:42 -0700
committerCarl Lerche <me@carllerche.com>2019-05-14 11:50:44 -0700
commit38092010c4113e80612fe61bfec08a44c3d41a65 (patch)
tree63b2be1ff18dffd7a4bc10c8955c1e5c5dbbf19a /tokio-macros
parentcb4aea394e6851ae8cc45a68beeaf2c93cc9a0c0 (diff)
parent475dabe96d98d56e641e2ce0dd2ed23031e8523f (diff)
Merge branch 'v0.1.x'
Diffstat (limited to 'tokio-macros')
-rw-r--r--tokio-macros/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml
index 46a37856..66b30338 100644
--- a/tokio-macros/Cargo.toml
+++ b/tokio-macros/Cargo.toml
@@ -1,5 +1,13 @@
[package]
name = "tokio-macros"
+# When releasing to crates.io:
+# - Remove path dependencies
+# - Update html_root_url.
+# - Update doc url
+# - Cargo.toml
+# - README.md
+# - Update CHANGELOG.md.
+# - Create "v0.1.x" git tag.
version = "0.1.0"
edition = "2018"
authors = ["Tokio Contributors <team@tokio.rs>"]