Skip to content

Commit 6438a3d

Browse files
prasannavlyoshuawuyts
authored andcommitted
docs: add supported rust versions (#185)
* docs: add supported rust versions * Update README.md
1 parent cf3eee2 commit 6438a3d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,19 @@ Read about the design here:
8484
- [Middleware in Tide](https://rustasync.github.io/team/2018/11/07/tide-middleware.html)
8585
- [Tide's evolving middleware approach](https://rustasync.github.io/team/2018/11/27/tide-middleware-evolution.html)
8686

87+
### Supported Rust Versions
88+
89+
Tide is built against the latest Rust nightly releases and as such, due to it's use of `std` futures,
90+
it has the following specific breakpoints that align with std future API changes:
91+
92+
Tide | Rust
93+
--- | ---
94+
≤ v0.1.0 | ≤ nightly-2019-04-07
95+
≥ v0.1.1 | ≥ nightly-2019-04-08
96+
97+
98+
_**Note:** Since these are changes are in `std`, projects with dependencies that use conflicting versions of `std::futures` will not build successfully._
99+
87100
## Contributing
88101
Want to join us? Check out our [The "Contributing" section of the
89102
guide][contributing] and take a look at some of these issues:

0 commit comments

Comments
 (0)