Skip to content

Commit

Permalink
Update multiboot12
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Oct 7, 2024
1 parent 2fefb3a commit 8dc3629
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 28 deletions.
68 changes: 41 additions & 27 deletions 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 towboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ x86 = "0.52"
log = { version = "0.4", default-features = false }

toml = { git = "https://github.com/thomcc/toml-rs.git", branch = "nostd", default-features = false }
multiboot12 = { git = "https://github.com/YtvwlD/multiboot12", tag = "towboot-0.8.1" }
multiboot12 = { git = "https://github.com/YtvwlD/multiboot12", tag = "towboot-0.9.1" }
goblin = { version = "0.8", default-features = false, features = ["elf32", "elf64", "endian_fd"] }
scroll = { version = "0.12", default-features = false }

Expand Down

0 comments on commit 8dc3629

Please sign in to comment.