From 2d22245f14eb1513cd9e106ed609f27b0c0cb122 Mon Sep 17 00:00:00 2001 From: Justus Flerlage Date: Fri, 14 Feb 2025 17:04:11 +0100 Subject: [PATCH] Update uart_16550 to 0.3.2 --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Cargo.toml b/common/Cargo.toml index 7375b940..7f9531c6 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -19,7 +19,7 @@ xmas-elf = "0.8.0" raw-cpuid = "10.2.0" rand = { version = "0.8.4", default-features = false } rand_hc = "0.3.1" -uart_16550 = "0.2.18" +uart_16550 = "0.3.2" log = "0.4.17" [dependencies.noto-sans-mono-bitmap]