|
@@ -6,7 +6,7 @@ structures and the contained information tags. Usable in `no_std` environments,
|
|
such as a kernel. An optional builder feature also allows the construction of
|
|
such as a kernel. An optional builder feature also allows the construction of
|
|
the corresponding structures.
|
|
the corresponding structures.
|
|
"""
|
|
"""
|
|
-version = "0.22.1"
|
|
|
|
|
|
+version = "0.22.2"
|
|
authors = [
|
|
authors = [
|
|
"Philipp Oppermann <dev@phil-opp.com>",
|
|
"Philipp Oppermann <dev@phil-opp.com>",
|
|
"Calvin Lee <cyrus296@gmail.com>",
|
|
"Calvin Lee <cyrus296@gmail.com>",
|
|
@@ -46,8 +46,7 @@ bitflags.workspace = true
|
|
derive_more.workspace = true
|
|
derive_more.workspace = true
|
|
log.workspace = true
|
|
log.workspace = true
|
|
ptr_meta.workspace = true
|
|
ptr_meta.workspace = true
|
|
-multiboot2-common = { version = "0.1.1", default-features = false }
|
|
|
|
-
|
|
|
|
|
|
+multiboot2-common.workspace = true
|
|
# We only use a very basic type definition from this crate. To prevent MSRV
|
|
# We only use a very basic type definition from this crate. To prevent MSRV
|
|
# bumps from uefi-raw, I restrict this here. Upstream users are likely to have
|
|
# bumps from uefi-raw, I restrict this here. Upstream users are likely to have
|
|
# two versions of this library in it, which is no problem, as we only use the
|
|
# two versions of this library in it, which is no problem, as we only use the
|