You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
87
100
## Contributing
88
101
Want to join us? Check out our [The "Contributing" section of the
89
102
guide][contributing] and take a look at some of these issues:
0 commit comments