Skip to content

Commit 18cbbb9

Browse files
committed
multiboot2: prepare v0.23.1
1 parent da5428b commit 18cbbb9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ exclude = [
1313
bitflags = "2.6.0"
1414
derive_more = { version = "1.0.0", default-features = false, features = ["display"] }
1515
log = { version = "~0.4", default-features = false }
16-
multiboot2 = { version = "0.23.0", default-features = false }
17-
multiboot2-common = { version = "0.2.0", default-features = false }
16+
multiboot2 = { version = "0.23.1", default-features = false }
17+
multiboot2-common = { version = "0.2.1", default-features = false }
1818
# Warn: 0.3 has multiple very breaking changes
1919
ptr_meta = { version = "~0.2", default-features = false }
2020

integration-test/bins/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multiboot2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ structures and the contained information tags. Usable in `no_std` environments,
66
such as a kernel. An optional builder feature also allows the construction of
77
the corresponding structures.
88
"""
9-
version = "0.23.0"
9+
version = "0.23.1"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",

0 commit comments

Comments
 (0)