From 4c782615c5d9f34be2a789dd6c970edfa76976eb Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Mon, 24 May 2021 19:25:17 -0500 Subject: [PATCH] Update Cargo.toml --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 4a8c68c..0cd0816 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -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"