diff --git a/tokio-async-await/README.md b/tokio-async-await/README.md index 0da5803d5..53fe6134e 100644 --- a/tokio-async-await/README.md +++ b/tokio-async-await/README.md @@ -13,14 +13,11 @@ To use this crate, you need to start with a Rust 2018 edition crate. Add this to your `Cargo.toml`: ```toml -# At the very top of the file -cargo-features = ["edition"] - # In the `[packages]` section edition = "2018" # In the `[dependencies]` section -tokio-async-await = "0.1.0" +tokio = {version = "0.1.0", features = ["async-await-preview"]} ``` Then, get started. In your application, add: