mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
chore: Prepare final 0.1.x release (#2216)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 0.1.12 (February 4, 2020)
|
||||
|
||||
* Add `tokio 0.2.x` deprecation notice.
|
||||
|
||||
# 0.1.11 (November 27, 2019)
|
||||
|
||||
### Added
|
||||
|
||||
@@ -8,13 +8,13 @@ name = "tokio-reactor"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.1.x" git tag.
|
||||
version = "0.1.11"
|
||||
version = "0.1.12"
|
||||
authors = ["Carl Lerche <[email protected]>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://tokio.rs"
|
||||
documentation = "https://docs.rs/tokio-reactor/0.1.11/tokio_reactor"
|
||||
documentation = "https://docs.rs/tokio-reactor/0.1.12/tokio_reactor"
|
||||
description = """
|
||||
Event loop that drives Tokio I/O resources.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-reactor/0.1.11")]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-reactor/0.1.12")]
|
||||
#![deny(missing_docs, missing_debug_implementations)]
|
||||
|
||||
//! Event loop that drives Tokio I/O resources.
|
||||
|
||||
Reference in New Issue
Block a user