We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977df7b commit b3ab451Copy full SHA for b3ab451
1 file changed
crates/stackable-webhook/Cargo.toml
@@ -42,6 +42,8 @@ clap.workspace = true
42
[lints]
43
workspace = true
44
45
-# Only needed for tests, this is a false positive of "cargo udeps"
46
[package.metadata.cargo-udeps.ignore]
47
-development = ["stackable-operator"]
+# We don't actually use this crate, but we need to enable the `trace` feature
+normal = ["tower-http"]
48
+# Only needed for tests, this is a false positive of "cargo udeps"
49
+development = ["tower-http", "stackable-operator"]
0 commit comments