Update Cargo.toml

update-testing
RKennedy9064 2021-05-24 19:25:17 -05:00 committed by GitHub
parent 224281d217
commit 8af34e84c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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