mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
CI: Fix one part of cargo-about failing on webpki
Filter NOASSERTION, as explained in https://github.com/EmbarkStudios/cargo-about/pull/216 (by the example of webpki as well).
This commit is contained in:
parent
1f877887cd
commit
2e7d3a6b38
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ targets = [
|
|||
]
|
||||
ignore-build-dependencies = true
|
||||
ignore-dev-dependencies = true
|
||||
filter-noassertion = true
|
||||
EOT
|
||||
|
||||
cargo about generate about.hbs -o $target_path/index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue