diff --git a/libconfig/Cargo.toml b/libconfig/Cargo.toml index f915d01..529860f 100644 --- a/libconfig/Cargo.toml +++ b/libconfig/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] libboard_zynq = { path = "../libboard_zynq" } -fatfs = { version = "0.3", features = ["core_io"], default-features = false } +fatfs = { git = "https://github.com/rafalh/rust-fatfs", default-features = false } log = "0.4" [features]