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.
pull/509/head
CosciaDiPollo 5 years ago committed by Stjepan Glavina
parent 980c30e90f
commit 9ad0cf9f80

@ -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"
```

Loading…
Cancel
Save