File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 22name = " uefi-raw"
33version = " 0.5.2"
44readme = " 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
711authors.workspace = true
812categories.workspace = true
913edition.workspace = true
1014keywords.workspace = true
1115license.workspace = true
1216repository.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 ]
1622bitflags.workspace = true
You can’t perform that action at this time.
0 commit comments