Skip to content

docs: add supported rust versions #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,19 @@ Read about the design here:
- [Middleware in Tide](https://rustasync.github.io/team/2018/11/07/tide-middleware.html)
- [Tide's evolving middleware approach](https://rustasync.github.io/team/2018/11/27/tide-middleware-evolution.html)

### Supported Rust Versions

Tide is built against the latest Rust nightly releases and as such, due to it's use of `std` futures,
it has the following specific breakpoints that align with std future API changes:

Tide | Rust
--- | ---
≤ v0.1.0 | ≤ nightly-2019-04-07
≥ v0.1.1 | ≥ nightly-2019-04-08


_**Note:** Since these are changes are in `std`, projects with dependencies that use conflicting versions of `std::futures` will not build successfully._

## Contributing
Want to join us? Check out our [The "Contributing" section of the
guide][contributing] and take a look at some of these issues:
Expand Down