Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rental to 0.5.6 #2

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Update rental to 0.5.6 #2

merged 1 commit into from
Nov 11, 2022

Conversation

Aaron1011
Copy link
Contributor

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

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
@tmpfs tmpfs merged commit 85a289b into uwe-app:main Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants