Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants