mozilla / cargo-vet

supply-chain security for Rust
Apache License 2.0
654 stars 44 forks source link

Prefer local wildcard audits to remote (imported) audits. #588

Closed afranchuk closed 8 months ago

afranchuk commented 8 months ago

Closes #587.

afranchuk commented 8 months ago

I've added a second test. Now one tests against existing imports and the other tests against a fresh import.

afranchuk commented 8 months ago

@mystor does this look better now?