2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-06 20:55:33 +00:00

Correct a typo on the async-std version (#508)

Correct a typo on the async-std version in the Cargo.toml file of the documentation.
This commit is contained in:
CosciaDiPollo 2019-11-11 21:14:55 +01:00 committed by Stjepan Glavina
parent 980c30e90f
commit 9ad0cf9f80

View file

@ -51,5 +51,5 @@ Add the following lines to `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
futures = "0.3.0" futures = "0.3.0"
async-std = "1.00" async-std = "1.0.0"
``` ```