mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-31 00:00:07 +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.2.13 (February 4, 2020)
|
||||
|
||||
* Add `tokio 0.2.x` deprecation notice.
|
||||
|
||||
# 0.2.12 (November 27, 2019)
|
||||
|
||||
### Added
|
||||
|
||||
@@ -8,11 +8,11 @@ name = "tokio-timer"
|
||||
# - README.md
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.2.x" git tag.
|
||||
version = "0.2.12"
|
||||
version = "0.2.13"
|
||||
authors = ["Carl Lerche <[email protected]>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/tokio-timer/0.2.12/tokio_timer"
|
||||
documentation = "https://docs.rs/tokio-timer/0.2.13/tokio_timer"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://github.com/tokio-rs/tokio"
|
||||
description = """
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-timer/0.2.12")]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-timer/0.2.13")]
|
||||
#![deny(missing_docs, missing_debug_implementations)]
|
||||
|
||||
//! Utilities for tracking time.
|
||||
|
||||
Reference in New Issue
Block a user