We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fe8da commit 7827410Copy full SHA for 7827410
README.md
@@ -93,7 +93,9 @@ features by enabling the `unstable` feature in you `Cargo.toml` file:
93
94
```toml
95
[dependencies]
96
-async-std = { version = "0.99.5", features = ["unstable"] }
+[dependencies.async-std]
97
+version = "0.99"
98
+features = ["unstable"]
99
```
100
101
Just be careful when using these features, as they may change between
0 commit comments