From 7827410c630b80c90e597f7fb4715df088097a28 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 Sep 2019 15:59:41 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f267c2..9342914 100644 --- a/README.md +++ b/README.md @@ -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