File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
//! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we
43
43
//! can't test all possible hardware/firmware/platform combinations in CI.
44
44
//!
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
+ //!
45
51
//! # Crate organisation
46
52
//!
47
53
//! The top-level module contains some of the most used types and macros,
109
115
//! Contributions in the form of a PR are also highly welcome. Check our
110
116
//! [contributing guide][contributing] for details.
111
117
//!
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
- //!
118
118
//! # License
119
119
//! <!-- Keep in Sync with README! -->
120
120
//!
You can’t perform that action at this time.
0 commit comments