mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-09 09:56:42 +00:00
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