async-await: bump version to v0.1.2 (#619)

This commit is contained in:
Carl Lerche
2018-09-04 15:02:15 -07:00
committed by GitHub
parent 89d0cda2e2
commit 6828870608
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
# When releasing to crates.io:
# - Update html_root_url.
version = "0.1.1"
version = "0.1.2"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
+1 -1
View File
@@ -1,6 +1,6 @@
#![feature(futures_api, await_macro, pin, arbitrary_self_types)]
#![doc(html_root_url = "https://docs.rs/tokio-async-await/0.1.0")]
#![doc(html_root_url = "https://docs.rs/tokio-async-await/0.1.2")]
#![deny(missing_docs, missing_debug_implementations)]
#![cfg_attr(test, deny(warnings))]