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 28e5904 commit 9407027Copy full SHA for 9407027
README.md
@@ -49,7 +49,7 @@ 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.7.0"
+tide = "0.8.0"
53
async-std = { version = "1.5.0", features = ["attributes"] }
54
```
55
0 commit comments