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:
Simon Hausmann 2023-02-24 14:21:30 +01:00
parent 1f877887cd
commit 2e7d3a6b38

View file

@ -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