arceos
arceos copied to clipboard
The rust-fatfs log error
I am running the shell app. If I use cargo update to update the dependencies, log-related errors will appear in the rust-fatfs library.
This error is because this library has customized its own log-related macros, but the current version is no longer applicable. Is it possible to re-fork this library and make modifications?
Make sure the version of the log
crate is exactly 0.4.19
in Cargo.lock
.