chore: prepare for v0.2.0-alpha.1 release (#1410)

This commit is contained in:
Lucio Franco
2019-08-08 12:48:53 -07:00
committed by Carl Lerche
parent 2e69f2a7fd
commit 50e5d401df
77 changed files with 304 additions and 512 deletions
+7 -9
View File
@@ -5,26 +5,24 @@ name = "tokio-current-thread"
# - Update html_root_url.
# - Update doc url
# - Cargo.toml
# - README.md
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.2.0"
version = "0.2.0-alpha.1"
edition = "2018"
documentation = "https://docs.rs/tokio-current-thread/0.1.6/tokio_current_thread"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
authors = ["Carl Lerche <[email protected]>"]
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-current-thread/0.2.0-alpha.1/tokio_current_thread"
description = """
Single threaded executor which manage many tasks concurrently on the current thread.
"""
keywords = ["futures", "tokio"]
categories = ["concurrency", "asynchronous"]
publish = false
[dependencies]
tokio-executor = { version = "0.2.0", path = "../tokio-executor" }
tokio-executor = { version = "=0.2.0-alpha.1", path = "../tokio-executor" }
crossbeam-channel = "0.3.8"
[dev-dependencies]
tokio-sync = { version = "0.2.0", path = "../tokio-sync" }
tokio-sync = { version = "=0.2.0-alpha.1", path = "../tokio-sync" }