We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9746ee6 commit 7d30baaCopy full SHA for 7d30baa
uefi-raw/Cargo.toml
@@ -10,7 +10,9 @@ edition.workspace = true
10
keywords.workspace = true
11
license.workspace = true
12
repository.workspace = true
13
-rust-version.workspace = true
+# uefi-raw is much less likely to need the latest bleeding-edge features.
14
+# Hence, it is okay to not use the workspace MSRV.
15
+rust-version = "1.70"
16
17
[dependencies]
18
bitflags.workspace = true
0 commit comments