Skip to content

Commit 9407027

Browse files
authored
Update README.md
1 parent 28e5904 commit 9407027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and **not ready for production yet**.
4949
Add two dependencies to your project's `Cargo.toml` file: `tide` itself, and `async-std` with the feature `attributes` enabled:
5050
```toml
5151
# Example, use the version numbers you need
52-
tide = "0.7.0"
52+
tide = "0.8.0"
5353
async-std = { version = "1.5.0", features = ["attributes"] }
5454
```
5555

0 commit comments

Comments
 (0)