Skip to content
Prev Previous commit
doc: lib.rs: merge MSRV into Supported Compiler Versions section
  • Loading branch information
phip1611 committed Aug 13, 2024
commit 0d8d13a5b8c12a9db1c97a085a3c472cfcc3749e
12 changes: 6 additions & 6 deletions uefi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
//! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we
//! can't test all possible hardware/firmware/platform combinations in CI.
//!
//! ## MSRV
//! <!-- Keep in Sync with README! -->
//!
//! The minimum supported Rust version is currently 1.70.
//! Our policy is to support at least the past two stable releases.
//!
//! # Crate organisation
//!
//! The top-level module contains some of the most used types and macros,
Expand Down Expand Up @@ -109,12 +115,6 @@
//! Contributions in the form of a PR are also highly welcome. Check our
//! [contributing guide][contributing] for details.
//!
//! # MSRV
//! <!-- Keep in Sync with README! -->
//!
//! The minimum supported Rust version is currently 1.70.
//! Our policy is to support at least the past two stable releases.
//!
//! # License
//! <!-- Keep in Sync with README! -->
//!
Expand Down