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

deps: remove retain_mut #259

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

grim7reaper
Copy link
Contributor

Per the crate's README:

This crate has been deprecated. Rust 1.61 stabilized retain_mut for
Vec and VecDeque, so you can use them directly. This crate is no
longer maintained.

MSRV has been bumped to 1.65 in 42ae342, we no longer need this crate.

@Kerollmops
Copy link
Member

Hey @grim7reaper 👋

I just merged #261 to make Clippy happy. Could you please rebase on main now? :)

Per the crate's README:

    This crate has been deprecated. Rust 1.61 stabilized retain_mut for
    Vec and VecDeque, so you can use them directly. This crate is no
    longer maintained.

MSRV has been bumped to 1.65 in 42ae342, we no longer need this
crate.
@grim7reaper
Copy link
Contributor Author

Hey @grim7reaper 👋

I just merged #261 to make Clippy happy. Could you please rebase on main now? :)

Done 🙂

@Kerollmops Kerollmops merged commit c54275c into RoaringBitmap:main Aug 30, 2023
4 checks passed
@Kerollmops
Copy link
Member

Thank you for your contrib' @grim7reaper 🫶

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.

None yet

2 participants