From 6855f4d40d9f5c2536ed2d9f0fe8955691f3209e Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Fri, 4 Oct 2024 12:52:40 +0800 Subject: [PATCH] remove core_io from Cargo.toml --- libconfig/Cargo.toml | 3 +-- szl/Cargo.toml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libconfig/Cargo.toml b/libconfig/Cargo.toml index 69e8472..f915d01 100644 --- a/libconfig/Cargo.toml +++ b/libconfig/Cargo.toml @@ -6,7 +6,6 @@ edition = "2021" [dependencies] libboard_zynq = { path = "../libboard_zynq" } -core_io = { version = "0.1", features = ["collections"] } fatfs = { version = "0.3", features = ["core_io"], default-features = false } log = "0.4" @@ -17,4 +16,4 @@ target_ebaz4205 = [] target_redpitaya = [] target_kasli_soc = [] ipv6 = [] -fat_lfn = [ "fatfs/alloc" ] \ No newline at end of file +fat_lfn = [ "fatfs/alloc" ] diff --git a/szl/Cargo.toml b/szl/Cargo.toml index 5dfcd90..8fc0b85 100644 --- a/szl/Cargo.toml +++ b/szl/Cargo.toml @@ -16,7 +16,6 @@ default = ["target_zc706"] [dependencies] log = "0.4" byteorder = { version = "1.3", default-features = false } -core_io = { version = "0.1", features = ["collections"] } libboard_zynq = { path = "../libboard_zynq" } libsupport_zynq = { path = "../libsupport_zynq" }