forked from M-Labs/zynq-rs
remove core_io dep
This commit is contained in:
parent
7c09846855
commit
79bd73a254
|
@ -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]
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue