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
Your crate depends on an old version of `rental`, which relies on
a backwards-compatibiltiy hack in rustc. In future versions of rustc,
versions of `rental` below `0.5.6` will now compiling, breaking your
crate.
This PR updates your crate to `rental` 0.5.6, which ensures that it will
continue to compile with both older and newer version of rustc.
For more information, see rust-lang/rust#83125
0 commit comments