1
0
Fork 0

change fatfs to master

This commit is contained in:
Simon Renblad 2024-10-04 13:03:47 +08:00
parent 486873db68
commit cbf2efb1cb
1 changed files with 1 additions and 1 deletions

View File

@ -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]