-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remove strict semvar for clap dependency #74
Conversation
Can you add a |
Signed-off-by: Kevin Hui <[email protected]>
Signed-off-by: Kevin Hui <[email protected]>
Ah, the clippy issue is coming down to the MSRV problem I addressed in the issue :\
Are you folks comfortable with upgrading this to 1.74? https://github.com/virtee/snphost/blob/main/Cargo.toml#L14 |
We usually try to stay in line with what major distros are using. I think an update to 1.74 (maybe even 1.8?) is fine. |
@larrydewey are you alright with updating? |
Signed-off-by: Kevin Hui <[email protected]>
Signed-off-by: Kevin Hui <[email protected]>
38c9a14
to
095d8b5
Compare
@@ -11,7 +11,7 @@ readme = "README.md" | |||
keywords = ["amd", "sev", "snp"] | |||
categories = ["os", "os::linux-apis", "parsing", "cryptography", "hardware-support"] | |||
exclude = [ ".gitignore", ".github/*" ] | |||
rust-version = "1.70" | |||
rust-version = "1.74" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rust-version = "1.74" | |
rust-version = "1.80" |
In a related note to virtee/snpguest#68, removes the strict dependency versioning on
clap