Skip to content

Commit 9bbd148

Browse files
algestenclaude
andcommitted
Move targets/exclude under [graph] in deny.toml
Newer cargo-deny versions emit `this key has been moved to [graph]` deprecation warnings for `targets` and `exclude` at the root. Adding the `[graph]` header before `targets` places both keys under the expected section; behavior is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c80fca6 commit 9bbd148

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
# Note: running just `cargo deny check` without a `--target` can result in
1010
# false positives due to https://github.com/EmbarkStudios/cargo-deny/issues/324
11+
[graph]
1112
targets = [
1213
{ triple = "aarch64-apple-darwin" },
1314
{ triple = "i686-pc-windows-gnu" },

0 commit comments

Comments
 (0)