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:
parent
980c30e90f
commit
9ad0cf9f80
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue