Skip to content

Commit 7d30baa

Browse files
committed
uefi-raw: decouple MSRV from workspace
Usually, the MSRV of this will be much more releaxed.
1 parent 9746ee6 commit 7d30baa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

uefi-raw/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ edition.workspace = true
1010
keywords.workspace = true
1111
license.workspace = true
1212
repository.workspace = true
13-
rust-version.workspace = true
13+
# 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"
1416

1517
[dependencies]
1618
bitflags.workspace = true

0 commit comments

Comments
 (0)