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

Remove strict semvar for clap dependency #74

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

CookieComputing
Copy link
Contributor

In a related note to virtee/snpguest#68, removes the strict dependency versioning on clap

@tylerfanelli
Copy link
Member

Can you add a Signed-off-by line to the commits? Also there seems to be a clippy issue

@CookieComputing
Copy link
Contributor Author

CookieComputing commented Aug 30, 2024

Ah, the clippy issue is coming down to the MSRV problem I addressed in the issue :\

(error: package `clap_lex v0.7.2` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.70.0)

Are you folks comfortable with upgrading this to 1.74?

https://github.com/virtee/snphost/blob/main/Cargo.toml#L14

@tylerfanelli
Copy link
Member

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.

@tylerfanelli
Copy link
Member

@larrydewey are you alright with updating?

@larrydewey
Copy link
Contributor

Can we bump this to 1.80, instead?

image

@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rust-version = "1.74"
rust-version = "1.80"

@tylerfanelli tylerfanelli merged commit c070286 into virtee:main Sep 5, 2024
10 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.

4 participants