Skip to content

Commit ee597ec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi-raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition.workspace = true
1010
keywords.workspace = true
1111
license.workspace = true
1212
repository.workspace = true
13-
rust-version.workspace = true
13+
rust-version = "1.70"
1414

1515
[dependencies]
1616
bitflags.workspace = true

0 commit comments

Comments
 (0)