Fixing tests
This commit is contained in:
parent
c711f22e63
commit
3a5e941966
|
@ -8,9 +8,9 @@ edition = "2018"
|
|||
bootloader = { version = "0.9.3", features = ["map_physical_memory"] }
|
||||
conquer-once = { version = "0.2.0", default-features = false }
|
||||
spinning_top = { version = "0.1.0", features = ["nightly"] }
|
||||
pic8259_simple = "0.1.1"
|
||||
pic8259_simple = "0.2.0"
|
||||
vga = { path = "../" }
|
||||
uart_16550 = "0.2.4"
|
||||
uart_16550 = "0.2.7"
|
||||
x86_64 = "0.11.0"
|
||||
|
||||
[package.metadata.bootimage]
|
||||
|
|
Loading…
Reference in a new issue