mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
async-await: bump version to v0.1.2 (#619)
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
|
|
||||||
# When releasing to crates.io:
|
# When releasing to crates.io:
|
||||||
# - Update html_root_url.
|
# - Update html_root_url.
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["Carl Lerche <[email protected]>"]
|
authors = ["Carl Lerche <[email protected]>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tokio-rs/tokio"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#![feature(futures_api, await_macro, pin, arbitrary_self_types)]
|
#![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)]
|
#![deny(missing_docs, missing_debug_implementations)]
|
||||||
#![cfg_attr(test, deny(warnings))]
|
#![cfg_attr(test, deny(warnings))]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user