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
I went for a quite high initial MSRV, so that I could focus on other things. But in order to make this crate even more useful, it would be nice to try and target the lowest possible Rust version properly supporting these higher-order-lifetime contraints (I know some older versions struggled with such situations (a.k.a., the infamous "lazy normalization" bugs), so I doubt we could reach the <1.50, but we never know 🤞)
The text was updated successfully, but these errors were encountered:
I went for a quite high initial MSRV, so that I could focus on other things. But in order to make this crate even more useful, it would be nice to try and target the lowest possible Rust version properly supporting these higher-order-lifetime contraints (I know some older versions struggled with such situations (a.k.a., the infamous "lazy normalization" bugs), so I doubt we could reach the
<1.50
, but we never know 🤞)The text was updated successfully, but these errors were encountered: