Skip to content

Reduce MSRV to 1.56#9

Merged
mrobinson merged 2 commits intomainfrom
reduce-msrv
Feb 20, 2025
Merged

Reduce MSRV to 1.56#9
mrobinson merged 2 commits intomainfrom
reduce-msrv

Conversation

@nicoburns
Copy link
Copy Markdown
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 <nico@nicoburns.com>
Signed-off-by: Nico Burns <nico@nicoburns.com>
@nicoburns nicoburns requested review from jdm and mrobinson 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
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