2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 17:25:32 +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
[dependencies]
futures = "0.3.0"
async-std = "1.00"
async-std = "1.0.0"
```