Skip to content

Commit 9f9b221

Browse files
authored
Merge pull request #712 from nicholasbishop/bishop-rust-version
Set rust-version = 1.68 in all public packages
2 parents 6e5fba4 + 1e7392f commit 9f9b221

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)