Skip to content

Commit c2ede09

Browse files
Merge pull request #1173 from phip1611/misc
uefi-raw: misc
2 parents 9746ee6 + f5022cb commit c2ede09

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

uefi-raw/Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
name = "uefi-raw"
33
version = "0.5.2"
44
readme = "README.md"
5-
description = "Raw UEFI types"
5+
description = """
6+
Raw UEFI types and bindings for protocols, boot, and runtime services. This can
7+
serve as base for an UEFI firmware implementation or a high-level wrapper to
8+
access UEFI functionality from an UEFI image.
9+
"""
610

711
authors.workspace = true
812
categories.workspace = true
913
edition.workspace = true
1014
keywords.workspace = true
1115
license.workspace = true
1216
repository.workspace = true
13-
rust-version.workspace = true
17+
# uefi-raw is much less likely to need the latest bleeding-edge features.
18+
# Hence, it is okay to not use the workspace MSRV.
19+
rust-version = "1.70"
1420

1521
[dependencies]
1622
bitflags.workspace = true

0 commit comments

Comments
 (0)