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

fix: specify minimum rust version #149

Merged
merged 2 commits into from
Sep 6, 2022
Merged

fix: specify minimum rust version #149

merged 2 commits into from
Sep 6, 2022

Conversation

aalhendi
Copy link
Contributor

@aalhendi aalhendi commented Sep 5, 2022

Adds a specification for the Minimum Supported Rust Version (MSRV).
#[derive(Default)] on enums with a #[default] was added to the rust stable channel in version 1.62.

see:
https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
rust-lang/rust#94457

@Brendonovich
Copy link
Owner

Would be good to enforce this in the cli and sdk packages too

@Brendonovich Brendonovich merged commit a727e27 into Brendonovich:main Sep 6, 2022
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