Skip to content

Commit 00f911d

Browse files
committed
doc: lib.rs: merge MSRV into Supported Compiler Versions section
1 parent 92ad279 commit 00f911d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

uefi/src/lib.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
//! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we
4343
//! can't test all possible hardware/firmware/platform combinations in CI.
4444
//!
45+
//! ## MSRV
46+
//! <!-- Keep in Sync with README! -->
47+
//!
48+
//! The minimum supported Rust version is currently 1.70.
49+
//! Our policy is to support at least the past two stable releases.
50+
//!
4551
//! # Crate organisation
4652
//!
4753
//! The top-level module contains some of the most used types and macros,
@@ -109,12 +115,6 @@
109115
//! Contributions in the form of a PR are also highly welcome. Check our
110116
//! [contributing guide][contributing] for details.
111117
//!
112-
//! # MSRV
113-
//! <!-- Keep in Sync with README! -->
114-
//!
115-
//! The minimum supported Rust version is currently 1.70.
116-
//! Our policy is to support at least the past two stable releases.
117-
//!
118118
//! # License
119119
//! <!-- Keep in Sync with README! -->
120120
//!

0 commit comments

Comments
 (0)