Remove unused cargo feature

This commit is contained in:
bjorn3
2024-03-10 17:27:26 +01:00
parent 30568c5ee0
commit b9e856a4ab
+1 -5
View File
@@ -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"