Skip to content

Commit 4221a07

Browse files
Set rust-version = 1.68 in all public packages
This indicates the MSRV, see cargo docs for more details: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
1 parent dcd0005 commit 4221a07

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

uefi-macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/rust-osdev/uefi-rs"
99
keywords = ["uefi", "efi"]
1010
categories = ["embedded", "no-std", "api-bindings"]
1111
license = "MPL-2.0"
12+
rust-version = "1.68"
1213

1314
[lib]
1415
proc-macro = true

uefi-services/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/rust-osdev/uefi-rs"
99
keywords = ["uefi", "efi"]
1010
categories = ["embedded", "no-std", "api-bindings"]
1111
license = "MPL-2.0"
12+
rust-version = "1.68"
1213

1314
[dependencies]
1415
uefi = { version = "0.20.0", features = ["global_allocator"] }

uefi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/rust-osdev/uefi-rs"
99
keywords = ["uefi", "efi"]
1010
categories = ["embedded", "no-std", "api-bindings"]
1111
license = "MPL-2.0"
12+
rust-version = "1.68"
1213

1314
[features]
1415
default = ["panic-on-logger-errors"]

0 commit comments

Comments
 (0)