slint-ui / document-features

Extract documentation for the feature flags from comments in Cargo.toml
Apache License 2.0
173 stars 13 forks source link

MSRV? #6

Closed palfrey closed 2 years ago

palfrey commented 2 years ago

Doesn't seem to document the Minimum Supported Rust Version for this crate. Guessing 1.54.0 from the CI?

ogoffart commented 2 years ago

This is explained there: https://docs.rs/document-features/latest/document_features/#compatibility So that's right, the MSRV is 1.54, but I recommend making the use of that crate optional and only enabled when building the docs. That way you can still use it in crates that supports very old rust versions.