forked from mirror/async-std
Update README.md
This commit is contained in:
parent
ff20534384
commit
4b32749886
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ out. This is what we call _"unstable"_ features. You can try out the unstable
|
||||||
features by enabling the `unstable` feature in your `Cargo.toml` file:
|
features by enabling the `unstable` feature in your `Cargo.toml` file:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
|
||||||
[dependencies.async-std]
|
[dependencies.async-std]
|
||||||
version = "0.99"
|
version = "0.99"
|
||||||
features = ["unstable"]
|
features = ["unstable"]
|
||||||
|
|
Loading…
Reference in a new issue