Skip to content

Commit 9ad0cf9

Browse files
CosciaDiPolloStjepan Glavina
authored and
Stjepan Glavina
committed
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.
1 parent 980c30e commit 9ad0cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial/specification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ Add the following lines to `Cargo.toml`:
5151
```toml
5252
[dependencies]
5353
futures = "0.3.0"
54-
async-std = "1.00"
54+
async-std = "1.0.0"
5555
```

0 commit comments

Comments
 (0)