Skip to content

Commit

Permalink
Merge pull request #475 from xpepermint/master
Browse files Browse the repository at this point in the history
Fix crate version in README
  • Loading branch information
yoshuawuyts authored May 7, 2020
2 parents 96acc0c + d1f02bd commit 5d9398a
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 5d9398a

Please sign in to comment.