Skip to content

Commit dc11e43

Browse files
Merge pull request #111 from tgonzalezorlandoarm/tg/remove-deprecated-packages
.cargo/audit: Remove deprecated packages field
2 parents 809bc15 + 4661534 commit dc11e43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.cargo/audit.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ show_tree = true # Show inverse dependency trees along with advisories
1919

2020
# Target Configuration
2121
[target]
22-
arch = "x86_64" # Ignore advisories for CPU architectures other than this one
2322
os = "linux" # Ignore advisories for operating systems other than this one
2423

25-
[packages]
26-
source = "all" # "all", "public" or "local"
27-
2824
[yanked]
2925
enabled = true # Warn for yanked crates in Cargo.lock
3026
update_index = true # Auto-update the crates.io index

0 commit comments

Comments
 (0)