From 3a5e941966e497af8a34329c47c83928e74aaffb Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Thu, 21 May 2020 17:04:49 -0500 Subject: [PATCH] Fixing tests --- testing/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 3ec238e..5df603b 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -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]