Skip to content

Commit 4661534

Browse files
.cargo/audit: Remove deprecated packages field
* Remove the packages field that has been deprecated in newer versions of cargo audit. * Remove the arch filed to log error for all targets. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 809bc15 commit 4661534

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)