We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3ba10 commit 9529a50Copy full SHA for 9529a50
crates/stackable-versioned-macros/Cargo.toml
@@ -6,6 +6,10 @@ license.workspace = true
6
edition.workspace = true
7
repository.workspace = true
8
9
+# cargo-udeps throws an error that these dependencies are unused. They are,
10
+# however, used in K8s specific test cases. This is a false-positive and a known
11
+# limitation of cargo-udeps. These entries can be removed once cargo-udeps
12
+# supports detecting usage of such dependencies.
13
[package.metadata.cargo-udeps.ignore]
14
development = ["schemars", "serde_yaml"]
15
0 commit comments