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

Reduce MSRV to 1.56 #9

Merged
merged 2 commits into from
Feb 20, 2025
Merged

Reduce MSRV to 1.56 #9

merged 2 commits into from
Feb 20, 2025

Conversation

nicoburns
Copy link
Collaborator

Some of the crates we want to impl malloc_size_of for have an MSRV of 1.56, but the dep: syntax wasn't introduced until Rust 1.60. If a feature is only required to enable a dependency then you can simply not list it, so we do that instead.

Signed-off-by: Nico Burns <[email protected]>
Signed-off-by: Nico Burns <[email protected]>
@nicoburns nicoburns requested review from mrobinson and jdm February 19, 2025 22:22
@mrobinson mrobinson added this pull request to the merge queue Feb 20, 2025
Merged via the queue into main with commit 376d170 Feb 20, 2025
8 checks passed
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