mirror of
https://github.com/async-rs/async-std.git
synced 2025-02-28 23:29:41 +00:00
Update README.md
Co-Authored-By: Stjepan Glavina <stjepang@gmail.com>
This commit is contained in:
parent
7827410c63
commit
8058d637e7
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ break unless _you_ decide to upgrade.
|
||||||
However every now and then we come up with something that we think will work
|
However every now and then we come up with something that we think will work
|
||||||
_great_ for `async-std`, and we want to provide a sneak-peek so you can try it
|
_great_ for `async-std`, and we want to provide a sneak-peek so you can try it
|
||||||
out. This is what we call _"unstable"_ features. You can try out the unstable
|
out. This is what we call _"unstable"_ features. You can try out the unstable
|
||||||
features by enabling the `unstable` feature in you `Cargo.toml` file:
|
features by enabling the `unstable` feature in your `Cargo.toml` file:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue