Update README.md

staging
Yoshua Wuyts 5 years ago committed by GitHub
parent e6fe8da058
commit 7827410c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save