From bba8eac7cbe4e18a1126cd581945dfd5fe1477c0 Mon Sep 17 00:00:00 2001 From: auronandace Date: Fri, 20 Mar 2026 11:52:15 +0000 Subject: [PATCH] remove bitflags from ahcid --- Cargo.lock | 1 - drivers/storage/ahcid/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02b13447ab..ebc4a6bb46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,6 @@ dependencies = [ name = "ahcid" version = "0.1.0" dependencies = [ - "bitflags 1.3.2", "byteorder", "common", "daemon", diff --git a/drivers/storage/ahcid/Cargo.toml b/drivers/storage/ahcid/Cargo.toml index 17be8177f2..91458cf1d1 100644 --- a/drivers/storage/ahcid/Cargo.toml +++ b/drivers/storage/ahcid/Cargo.toml @@ -5,7 +5,6 @@ version = "0.1.0" edition = "2021" [dependencies] -bitflags = "1.2" byteorder = "1.2" log.workspace = true redox_syscall = { workspace = true, features = ["std"] }