diff --git a/CHANGELOG.md b/CHANGELOG.md index 665cb4ed..423ea6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Documented the MSRV 1.87 +- Fixed documentation build on docs.rs. ## [v0.7.0](https://github.com/trussed-dev/littlefs2/releases/tag/0.7.0) - 2026-03-09 diff --git a/src/lib.rs b/src/lib.rs index c7c5f92d..0324bcea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![cfg_attr(not(test), no_std)] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] // FIXME #![allow(clippy::missing_safety_doc)]