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

cargoAudit: ignore yanked crates by default #423

Merged
merged 1 commit into from
Oct 14, 2023
Merged

cargoAudit: ignore yanked crates by default #423

merged 1 commit into from
Oct 14, 2023

Conversation

ipetkov
Copy link
Owner

@ipetkov ipetkov commented Oct 14, 2023

Motivation

  • Checking for yanked crates requires network access (to ping the crates.io index) which won't work from inside the sandbox

Fixes #421

Checklist

  • added tests to verify new behavior
  • added an example template or updated an existing one
  • updated docs/API.md (or general documentation) with changes
  • updated CHANGELOG.md

* Checking for yanked crates requires network access (to ping the
  crates.io index) which won't work from inside the sandbox
@ipetkov ipetkov enabled auto-merge (squash) October 14, 2023 21:17
@ipetkov ipetkov merged commit ce0a13f into master Oct 14, 2023
8 checks passed
@ipetkov ipetkov deleted the audit branch October 14, 2023 21:50
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.

craneLib.cargoAudit: error on quick-start flake template
1 participant