Fixing tests

pull/15/head
Ryan Kennedy 2020-05-21 17:04:49 -05:00
parent 601531090f
commit c6388a6073
1 changed files with 2 additions and 2 deletions

View File

@ -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]