Skip to content

Commit

Permalink
Merge pull request #111 from tgonzalezorlandoarm/tg/remove-deprecated…
Browse files Browse the repository at this point in the history
…-packages

.cargo/audit: Remove deprecated packages field
  • Loading branch information
tgonzalezorlandoarm authored Oct 5, 2023
2 parents 809bc15 + 4661534 commit dc11e43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ show_tree = true # Show inverse dependency trees along with advisories

# Target Configuration
[target]
arch = "x86_64" # Ignore advisories for CPU architectures other than this one
os = "linux" # Ignore advisories for operating systems other than this one

[packages]
source = "all" # "all", "public" or "local"

[yanked]
enabled = true # Warn for yanked crates in Cargo.lock
update_index = true # Auto-update the crates.io index

0 comments on commit dc11e43

Please sign in to comment.