Skip to content

Commit

Permalink
Update crates/stackable-versioned-macros/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
Techassi and NickLarsenNZ authored Sep 11, 2024
1 parent 9529a50 commit 4d83b6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/stackable-versioned-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition.workspace = true
repository.workspace = true

# cargo-udeps throws an error that these dependencies are unused. They are,
# however, used in K8s specific test cases. This is a false-positive and a known
# limitation of cargo-udeps. These entries can be removed once cargo-udeps
# supports detecting usage of such dependencies.
# however, used in K8s specific test cases. This is a false-positive and an
# apparent limitation of cargo-udeps. These entries can be removed once
# cargo-udeps supports detecting usage of such dependencies.
[package.metadata.cargo-udeps.ignore]
development = ["schemars", "serde_yaml"]

Expand Down

0 comments on commit 4d83b6c

Please sign in to comment.