arceos icon indicating copy to clipboard operation
arceos copied to clipboard

The rust-fatfs log error

Open Godones opened this issue 1 year ago • 1 comments

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. image

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?

Godones avatar Sep 24 '23 05:09 Godones

Make sure the version of the log crate is exactly 0.4.19 in Cargo.lock.

equation314 avatar Sep 26 '23 08:09 equation314