We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bdfaa commit f65403cCopy full SHA for f65403c
Cargo.toml
@@ -17,7 +17,7 @@ edition = "2021"
17
keywords = ["uefi", "efi"]
18
license = "MIT OR Apache-2.0"
19
repository = "https://github.com/rust-osdev/uefi-rs"
20
-rust-version = "1.81"
+rust-version = "1.85.1"
21
22
[workspace.dependencies]
23
bitflags = "2.0.0"
uefi-raw/Cargo.toml
@@ -16,7 +16,7 @@ license.workspace = true
16
repository.workspace = true
# uefi-raw is much less likely to need the latest bleeding-edge features.
# Hence, it is okay to not use the workspace MSRV.
-rust-version = "1.77"
[dependencies]
bitflags.workspace = true
0 commit comments