From ec263bb57261775c9028f39035c405e7f7e4f17f Mon Sep 17 00:00:00 2001 From: YushiOMOTE Date: Sat, 13 Jul 2024 09:57:42 +0900 Subject: [PATCH] Remove unused dependencies --- testing/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 85ef829..96f3e1d 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -10,8 +10,6 @@ harness = false [dependencies] bootloader = "0.9.10" -uart_16550 = "0.2.8" -spin = "0.5.0" x86_64 = "0.15.1" com_logger = { path = ".." } log = "0.4.22"