File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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,
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//!
You can’t perform that action at this time.
0 commit comments