We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740eb1d commit 48a66f5Copy full SHA for 48a66f5
1 file changed
README.md
@@ -49,8 +49,8 @@ and **not ready for production yet**.
49
Add two dependencies to your project's `Cargo.toml` file: `tide` itself, and `async-std` with the feature `attributes` enabled:
50
```toml
51
# Example, use the version numbers you need
52
-tide = "0.8.0"
53
-async-std = { version = "1.5.0", features = ["attributes"] }
+tide = "0.11.0"
+async-std = { version = "1.6.0", features = ["attributes"] }
54
```
55
56
## Examples
0 commit comments