Skip to content

feat+refactor: Bump MSRV to 1.57 and maximize const #296

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

Daniel-Aaron-Bloom
Copy link

Similar to #294, except it puts the changes behind a feature flag const and uses a macro const_fn to avoid code duplication. This allows the MSRV to stay low (still had to go up to 1.57 because I was getting weird serde errors, but if someone can figure those out, it might be possible to avoid the MSRV bump)

@Daniel-Aaron-Bloom
Copy link
Author

Ah, it's because serde_test upped its MSRV to 1.56 as of a couple versions ago. Also it's deprecated and unmaintained.

@Daniel-Aaron-Bloom
Copy link
Author

@tbu- Do you think this an acceptable approach to address MSRV concerns?

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.

1 participant