Skip to content

Commit

Permalink
Update rental to 0.5.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Aaron1011 committed Nov 9, 2022
1 parent 6badb3d commit 9e2f52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e2f52e

Please sign in to comment.