Commit 909f131
fix(moq-video): mark unpublishable so cargo-deny accepts the cros-codecs git dep
dev's #1720 added cros-codecs as a git dependency for the `vaapi` feature, which
cargo-deny's wildcard lint bans for published crates (crates.io disallows git
deps). moq-video can't be published to crates.io with that dep anyway, so
`publish = false` is the honest fix and lets `allow-wildcard-paths` exempt the
dep. Revert once the cros-codecs fork is published to crates.io under its own
name.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 92e88c4 commit 909f131
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
0 commit comments