Skip to content

Commit 8270070

Browse files
committed
Update .deny.toml
``` warning[unmatched-glob]: glob was not encountered ┌─ /home/runner/work/cargo-hack/cargo-hack/.deny.toml:30:38 │ 30 │ { name = "libc", allow-globs = ["cherry-pick-stable.sh"] }, # via ctrlc │ ━━━━━━━━━━━━━━━━━━━━━ │ ├ libc v0.2.178 ├── dispatch2 v0.3.0 │ └── ctrlc v3.5.1 │ └── cargo-hack v0.6.39 └── nix v0.30.1 └── ctrlc v3.5.1 (*) error[build-script-not-allowed]: crate 'zmij = 1.0.2' has a build script but is not allowed to have one ├ zmij v1.0.2 └── serde_json v1.0.148 └── cargo-hack v0.6.39 ```
1 parent 8383a10 commit 8270070

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ build.allow-build-scripts = [
2525
{ name = "serde_core" },
2626
{ name = "serde_json" },
2727
{ name = "serde" }, # https://github.com/serde-rs/serde/issues/2972
28+
{ name = "zmij" }, # via serde_json
2829
]
2930
build.bypass = [
30-
{ name = "libc", allow-globs = ["cherry-pick-stable.sh"] }, # via ctrlc
3131
]
3232

3333
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html

.github/.cspell/project-dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ objc
44
qpmember
55
subcrate
66
vvpmember
7+
zmij

0 commit comments

Comments
 (0)