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
@@ -144,17 +156,7 @@ use platform_data::{Links, LinkType, LinksConstants, Flow, Error, ReadHandler, W
144
156
145
157
## Requirements
146
158
147
-
This crate requires the **nightly** Rust toolchain due to the use of unstable features:
148
-
149
-
-`try_trait_v2`
150
-
-`associated_type_bounds`
151
-
-`type_alias_impl_trait`
152
-
-`const_refs_to_cell`
153
-
-`const_result_drop`
154
-
-`const_trait_impl`
155
-
-`const_convert`
156
-
-`const_deref`
157
-
-`step_trait`
159
+
This crate requires **Rust 1.79 or later** (stable toolchain). The `associated_type_bounds` feature used for `Error:` bounds was stabilized in Rust 1.79.
0 commit comments