Closed palfrey closed 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.
Doesn't seem to document the Minimum Supported Rust Version for this crate. Guessing 1.54.0 from the CI?