EmbarkStudios / cargo-deny

❌ Cargo plugin for linting your dependencies 🦀
http://embark.rs
Apache License 2.0
1.62k stars 80 forks source link

Bug: `version` fields undocumented in respective book sections #622

Closed djc closed 4 months ago

djc commented 4 months ago

Describe the bug

https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html and https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html do not document the existence of the version field for these sections (nor are they shown in the examples at the top), even though the example config in https://embarkstudios.github.io/cargo-deny/checks/cfg.html does show them.

To reproduce

Look at the book.

cargo-deny version

0.14.15

What OS were you running cargo-deny on?

None

Additional context

I just got hit with new strictness from cargo-deny for Askama, and wanted to look up how to clean up the warnings.