2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 01:05:31 +00:00

Update README.md

This commit is contained in:
Stjepan Glavina 2019-09-18 13:57:26 +02:00 committed by GitHub
parent ff20534384
commit 4b32749886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```toml
[dependencies]
[dependencies.async-std]
version = "0.99"
features = ["unstable"]