Skip to content

Commit

Permalink
Fix crate version in README
Browse files Browse the repository at this point in the history
Examples won't work with `0.7.0`.
  • Loading branch information
xpepermint authored Apr 25, 2020
1 parent b2ed4d7 commit d1f02bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and **not ready for production yet**.
Add two dependencies to your project's `Cargo.toml` file: `tide` itself, and `async-std` with the feature `attributes` enabled:
```toml
# Example, use the version numbers you need
tide = "0.7.0"
tide = "0.8.0"
async-std = { version = "1.5.0", features = ["attributes"] }
```

Expand Down

0 comments on commit d1f02bd

Please sign in to comment.