Update Cargo.toml

This commit is contained in:
RKennedy9064 2021-05-24 19:25:17 -05:00 committed by GitHub
parent 46f5302cd1
commit 4c782615c5

View file

@ -8,7 +8,7 @@ edition = "2018"
bootloader = { version = "0.9.11", features = ["map_physical_memory"] } bootloader = { version = "0.9.11", features = ["map_physical_memory"] }
conquer-once = { version = "0.3.2", default-features = false } conquer-once = { version = "0.3.2", default-features = false }
spinning_top = { version = "0.2.4", features = ["nightly"] } spinning_top = { version = "0.2.4", features = ["nightly"] }
pic8259_simple = "0.2.0" pic8259 = "0.10.1"
vga = { path = "../" } vga = { path = "../" }
uart_16550 = "0.2.14" uart_16550 = "0.2.14"
x86_64 = "0.14.2" x86_64 = "0.14.2"