Skip to content

Commit

Permalink
multiboot2: prepare v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Oct 22, 2024
1 parent da5428b commit 18cbbb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ exclude = [
bitflags = "2.6.0"
derive_more = { version = "1.0.0", default-features = false, features = ["display"] }
log = { version = "~0.4", default-features = false }
multiboot2 = { version = "0.23.0", default-features = false }
multiboot2-common = { version = "0.2.0", default-features = false }
multiboot2 = { version = "0.23.1", default-features = false }
multiboot2-common = { version = "0.2.1", default-features = false }
# Warn: 0.3 has multiple very breaking changes
ptr_meta = { version = "~0.2", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion integration-test/bins/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion multiboot2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
the corresponding structures.
"""
version = "0.23.0"
version = "0.23.1"
authors = [
"Philipp Oppermann <[email protected]>",
"Calvin Lee <[email protected]>",
Expand Down

0 comments on commit 18cbbb9

Please sign in to comment.