From d2f3b66381ae00f9c536420b5041db92bbbe30a1 Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Wed, 19 May 2021 09:55:37 -0500 Subject: [PATCH] Update Cargo.toml --- testing/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 50c079d..7964906 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -6,12 +6,12 @@ edition = "2018" [dependencies] bootloader = { version = "0.9.11", features = ["map_physical_memory"] } -conquer-once = { version = "0.2.1", default-features = false } -spinning_top = { version = "0.2.2", features = ["nightly"] } +conquer-once = { version = "0.3.2", default-features = false } +spinning_top = { version = "0.2.4", features = ["nightly"] } pic8259_simple = "0.2.0" vga = { path = "../" } uart_16550 = "0.2.10" -x86_64 = "0.13.2" +x86_64 = "0.14.2" [package.metadata.bootimage] test-args = [