1
0
Fork 0

remove core_io from Cargo.toml

This commit is contained in:
Simon Renblad 2024-10-04 12:52:40 +08:00
parent 0fe62c34eb
commit 4e6ba57a01
2 changed files with 1 additions and 3 deletions

View File

@ -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" ]
fat_lfn = [ "fatfs/alloc" ]

View File

@ -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" }