Skip to content

Commit 0b40b06

Browse files
test: temporarily allow wildcards deps to check build
1 parent 5f2ffdd commit 0b40b06

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deny.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,14 @@ ignore = false
9595
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
9696
[bans]
9797
multiple-versions = "warn"
98-
wildcards = "deny"
98+
# wildcards = "deny"
99+
wildcards = "allow"
99100
highlight = "all"
101+
# allow-wildcard-paths = true
100102
skip-tree = [
103+
# { name = "qcs-api-client-common", depth = 20 },
104+
# { name = "qcs-api-client-grpc", depth = 20 },
105+
# { name = "qcs-api-client-openapi", depth = 20 },
101106
{ name = "toml", version = "*", depth = 20 },
102107
{ name = "warp", version = "*", depth = 20 }, # Only used for development
103108
{ name = "hermit-abi", version = "*", depth = 20 }, # Only used for development

0 commit comments

Comments
 (0)