Skip to content

Commit 48a66f5

Browse files
rtylerjbr
authored andcommitted
Update the readme with the latest versions
1 parent 740eb1d commit 48a66f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ 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.8.0"
53-
async-std = { version = "1.5.0", features = ["attributes"] }
52+
tide = "0.11.0"
53+
async-std = { version = "1.6.0", features = ["attributes"] }
5454
```
5555

5656
## Examples

0 commit comments

Comments
 (0)