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 cargo-vet CI step by use stable rust toolchain #237

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gwen-lg
Copy link
Contributor

@gwen-lg gwen-lg commented Dec 23, 2024

It's not necessary to use the toolchain specified for puffin. And cargo-vet failed to build with 1.76 toolchain.

Checklist

  • I have read the Contributor Guide
  • I have read and agree to the Code of Conduct
  • I have added a description of my changes and why I'd like them included in the section below

Description of Changes

Setup cargo-vet CI step to build cargo-vet with stable Rust toolchain.

Related Issues

Currently cargo-vet v0.9.1 failed to build with Rust toolchain v1.73.0

error: failed to compile `cargo-vet v0.9.1`, intermediate artifacts can be found at `/tmp/cargo-installc9q6ok`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  package `cargo-platform v0.1.9` cannot be built because it requires rustc 1.78 or newer, while the currently active rustc version is 1.76.0

It's not nessessary to use the toolchain specified for puffin.
And `cargo-vet` failed to build with 1.76 toolchain.
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