@@ -6,7 +6,7 @@ structures and the contained information tags. Usable in `no_std` environments,
6
6
such as a kernel. An optional builder feature also allows the construction of
7
7
the corresponding structures.
8
8
"""
9
- version = " 0.22.2 "
9
+ version = " 0.23.0 "
10
10
authors = [
11
11
" Philipp Oppermann <[email protected] >" ,
12
12
@@ -29,7 +29,7 @@ keywords = [
29
29
# without this, sometimes crates.io doesn't show the preview of the README
30
30
# I expeciended this multiple times in the past
31
31
readme = " README.md"
32
- homepage = " https://github.com/rust-osdev/multiboot2"
32
+ homepage = " https://github.com/rust-osdev/multiboot2/tree/main/multiboot2 "
33
33
repository = " https://github.com/rust-osdev/multiboot2"
34
34
documentation = " https://docs.rs/multiboot2"
35
35
rust-version = " 1.75"
@@ -47,11 +47,7 @@ derive_more.workspace = true
47
47
log.workspace = true
48
48
ptr_meta.workspace = true
49
49
multiboot2-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 }
55
51
56
52
[package .metadata .docs .rs ]
57
53
all-features = true
0 commit comments