Skip to content

Commit 2173ab9

Browse files
committed
fix futures utility crate
1 parent 5138fdc commit 2173ab9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

posts/2019-09-27-Async-await-hits-beta.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ better:**
3434
- using [wasm-bindgen-futures], you can even bridge Rust Futures with
3535
[JavaScript promises];
3636
- the [hyper library][hyper] has [migrated][hyper#1805] to adopt standard Rust futures;
37-
- finally, in addition to the core runtimes just mentioned,
38-
async-await support is starting to become available in higher-level
37+
- the 0.3.0 version of the [futures-rs library][futures] will support
38+
async-await and will be released by the time async-await hits stable
39+
(you can use the [0.3.0-alpha][] releases now);
40+
- finally, async-await support is starting to become available in higher-level
3941
[web frameworks][wf] as well.
4042

43+
[futures]: https://crates.io/crates/futures-preview
44+
[0.3.0-alpha]: https://rust-lang-nursery.github.io/futures-rs/blog/2018/07/19/futures-0.3.0-alpha.1.html
4145
[wasm-bindgen-futures]: https://docs.rs/crate/wasm-bindgen-futures/0.2.16
4246
[tokio]: https://tokio.rs/
4347
[actix]: https://actix.rs/

0 commit comments

Comments
 (0)