1
0
Fork 0

remove core_io dep

This commit is contained in:
Simon Renblad 2024-07-29 15:41:21 +08:00
parent 7c09846855
commit 79bd73a254
2 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,7 @@ edition = "2018"
[dependencies]
libboard_zynq = { path = "../libboard_zynq" }
core_io = { version = "0.1", features = ["collections"] }
fatfs = { version = "0.3", features = ["core_io"], default-features = false }
fatfs = { default-features = false, optional = true, git = "https://github.com/rafalh/rust-fatfs" }
log = "0.4"
[features]

View File

@ -15,7 +15,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" }