From 9a7efbd3ef2b2d9eb85563980671f47340aa6352 Mon Sep 17 00:00:00 2001 From: RKennedy9064 Date: Wed, 19 May 2021 10:03:30 -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 7964906..4a8c68c 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -10,7 +10,7 @@ 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" +uart_16550 = "0.2.14" x86_64 = "0.14.2" [package.metadata.bootimage]