Bump version to v0.1.3 (#213)

This commit is contained in:
Carl Lerche
2018-03-09 11:41:31 -08:00
committed by GitHub
parent cf7435ba30
commit bf1305c421
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
# 0.1.3 (March 09, 2018)
* Fix `CurrentThread::turn` to block on idle (#212).
# 0.1.2 (March 09, 2018)
* Introduce Tokio Runtime (#141)
+1 -1
View File
@@ -5,7 +5,7 @@ name = "tokio"
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.2"
version = "0.1.3"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
+1 -1
View File
@@ -62,7 +62,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/tokio/0.1.2")]
#![doc(html_root_url = "https://docs.rs/tokio/0.1.3")]
#![deny(missing_docs, warnings, missing_debug_implementations)]
extern crate bytes;