Skip to content
Snippets Groups Projects
Unverified Commit a5269f9f authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #432


432: Bump multiboot to 0.8 r=mkroening a=mkroening



Co-authored-by: default avatarMartin Kröning <mkroening@posteo.net>
parents 13a90a5a f5dea397
Branches
Tags
No related merge requests found
Pipeline #695462 failed
......@@ -165,9 +165,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "multiboot"
version = "0.7.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade66c06b320f119f05e339924ac6b3d22127516ce99307da712c3040875f985"
checksum = "f87ad3b7b7bcf5da525c22221e3eb3a020cd68b2d55ae62f629c15e8bc3bd56e"
dependencies = [
"paste",
]
......
......@@ -72,7 +72,7 @@ shell-words = { version = "1.1", default-features = false }
qemu-exit = "3.0"
[target.'cfg(target_arch = "x86_64")'.dependencies]
multiboot = "0.7"
multiboot = "0.8"
time = { version = "0.3", default-features = false }
x86 = { version = "0.47", default-features = false }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment