@@ -6,7 +6,7 @@ structures and the contained information tags. Usable in `no_std` environments,
66such as a kernel. An optional builder feature also allows the construction of
77the corresponding structures.
88"""
9- version = " 0.22.2 "
9+ version = " 0.23.0 "
1010authors = [
1111 " Philipp Oppermann <dev@phil-opp.com>" ,
1212 " Calvin Lee <cyrus296@gmail.com>" ,
@@ -29,7 +29,7 @@ keywords = [
2929# without this, sometimes crates.io doesn't show the preview of the README
3030# I expeciended this multiple times in the past
3131readme = " README.md"
32- homepage = " https://github.com/rust-osdev/multiboot2"
32+ homepage = " https://github.com/rust-osdev/multiboot2/tree/main/multiboot2 "
3333repository = " https://github.com/rust-osdev/multiboot2"
3434documentation = " https://docs.rs/multiboot2"
3535rust-version = " 1.75"
@@ -47,11 +47,7 @@ derive_more.workspace = true
4747log.workspace = true
4848ptr_meta.workspace = true
4949multiboot2-common.workspace = true
50- # We only use a very basic type definition from this crate. To prevent MSRV
51- # bumps from uefi-raw, I restrict this here. Upstream users are likely to have
52- # two versions of this library in it, which is no problem, as we only use the
53- # type definition.
54- uefi-raw = { version = " ~0.7" , default-features = false }
50+ uefi-raw = { version = " ~0.8.0" , default-features = false }
5551
5652[package .metadata .docs .rs ]
5753all-features = true
0 commit comments