From 475dabe96d98d56e641e2ce0dd2ed23031e8523f Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 14 May 2019 11:21:24 -0700 Subject: Release tokio v0.1.20, tokio-timer v0.2.21, and remove async-await-preview feature. (#1089) The `async-await-preview` feature is removed as 0.1 will no longer track Rust nightly. This also bumps: - tokio-timer (0.2.11). --- tokio-macros/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tokio-macros') diff --git a/tokio-macros/Cargo.toml b/tokio-macros/Cargo.toml index 9e4b6f8b..9c252339 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" authors = ["Tokio Contributors "] edition = "2018" -- cgit v1.2.3