From b9e856a4abd6c111a3e92ab62faf00b6dabb02b8 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:27:26 +0100 Subject: [PATCH] Remove unused cargo feature --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5de53b06c9..28d85d25a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,12 +15,8 @@ default = ["std"] std = [] -# Enables functionality to actually read the filesystem, which is only done in -# the kernel. (Writing to the filesystem is done in utils, and that crate only -# needs the type definitions). -kernel = [] - [dev-dependencies] +# FIXME remove loggers log = "0.4" env_logger = "0.8" anyhow = "1"