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 2
2
name = " uefi-raw"
3
3
version = " 0.5.2"
4
4
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
+ """
6
10
7
11
authors.workspace = true
8
12
categories.workspace = true
9
13
edition.workspace = true
10
14
keywords.workspace = true
11
15
license.workspace = true
12
16
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"
14
20
15
21
[dependencies ]
16
22
bitflags.workspace = true
You can’t perform that action at this time.
0 commit comments