Fixing tests

This commit is contained in:
Ryan Kennedy 2020-05-21 17:04:49 -05:00
parent c711f22e63
commit 3a5e941966

View file

@ -8,9 +8,9 @@ edition = "2018"
bootloader = { version = "0.9.3", features = ["map_physical_memory"] } bootloader = { version = "0.9.3", features = ["map_physical_memory"] }
conquer-once = { version = "0.2.0", default-features = false } conquer-once = { version = "0.2.0", default-features = false }
spinning_top = { version = "0.1.0", features = ["nightly"] } spinning_top = { version = "0.1.0", features = ["nightly"] }
pic8259_simple = "0.1.1" pic8259_simple = "0.2.0"
vga = { path = "../" } vga = { path = "../" }
uart_16550 = "0.2.4" uart_16550 = "0.2.7"
x86_64 = "0.11.0" x86_64 = "0.11.0"
[package.metadata.bootimage] [package.metadata.bootimage]