Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
aka-bash0r authored and jbr committed Jul 20, 2020
1 parent 00670b3 commit bf135bd
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.11.0"
tide = "0.12.0"
async-std = { version = "1.6.0", features = ["attributes"] }
```

Expand Down

0 comments on commit bf135bd

Please sign in to comment.