mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
Update .deny.toml
```
error[build-script-not-allowed]: crate 'quote = 1.0.41' has a build script but is not allowed to have one
├ quote v1.0.41
├── serde_derive v1.0.228
│ └── install-action-manifest-schema v0.1.1
└── syn v2.0.106
└── serde_derive v1.0.228 (*)
```
This commit is contained in:
@@ -17,6 +17,7 @@ build.include-workspace = false # covered by tools/tidy.sh
|
||||
build.include-archives = true
|
||||
build.allow-build-scripts = [
|
||||
{ name = "proc-macro2" }, # via serde_derive
|
||||
{ name = "quote" }, # via serde_derive
|
||||
{ name = "semver" },
|
||||
{ name = "serde_core" },
|
||||
{ name = "serde" }, # https://github.com/serde-rs/serde/issues/2972
|
||||
|
||||
Reference in New Issue
Block a user