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

versions: Downgrade clap #337

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

stevenhorsman
Copy link
Member

  • Downgrade clap to get to a version that builds on rust 1.69
  • clap 4.3 states that it requires rust 1.65, but it pulls in clap_lex 0.5 as a dependency, which requires rust 1.70. The newest version of clap_lex that will build on 1.69 is 0.4 and the newest version of clap that depends on 0.4 is currently 4.2.7, which is how I got to this version

Fixes: #336

- Downgrade clap to get to a version that builds on rust 1.69
- clap 4.3 states that it requires rust 1.65, but it pulls in
clap_lex 0.5 as a dependency, which requires rust 1.70.
The newest version of clap_lex that will build on 1.69 is 0.4 and
the newest version of clap that depends on 0.4 is currently 4.2.7,
which is how I got to this version

Fixes: confidential-containers#336
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
@arronwy arronwy merged commit 2d8dcd3 into confidential-containers:main Aug 30, 2023
4 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.

attestation-agent: Downgrade crate versions to be compatible with rust 1.69
3 participants