forked from mirror/async-std
Update README.md
This commit is contained in:
parent
e6fe8da058
commit
7827410c63
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ features by enabling the `unstable` feature in you `Cargo.toml` file:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
async-std = { version = "0.99.5", features = ["unstable"] }
|
||||
[dependencies.async-std]
|
||||
version = "0.99"
|
||||
features = ["unstable"]
|
||||
```
|
||||
|
||||
Just be careful when using these features, as they may change between
|
||||
|
|
Loading…
Reference in a new issue