diff --git a/Cargo.toml b/Cargo.toml index bd9f9b57..0e08ddae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "stack_overflow" harness = false [dependencies] -bootloader = { version = "0.9.8", features = ["map_physical_memory"]} +bootloader = { version = "0.9", features = ["map_physical_memory"] } volatile = "0.2.6" spin = "0.5.2" x86_64 = "0.14.2" @@ -28,7 +28,11 @@ features = ["spin_no_std"] [package.metadata.bootimage] test-args = [ - "-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", - "-display", "none" + "-device", + "isa-debug-exit,iobase=0xf4,iosize=0x04", + "-serial", + "stdio", + "-display", + "none", ] -test-success-exit-code = 33 # (0x10 << 1) | 1 +test-success-exit-code = 33 # (0x10 << 1) | 1