You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thiserror crate recently upgraded to version 2.0. In my projects, log4rs is one of few crates, which still depend on thiserror version 1.0. Updating the requirement for thiserror in this crate would reduce the amount of dependencies needed.
I already tried just upgrading from 1.0.15 to 2.0 in Cargo.toml and the crate still compiled without problems and all tests passed.
The text was updated successfully, but these errors were encountered:
The
thiserror
crate recently upgraded to version 2.0. In my projects,log4rs
is one of few crates, which still depend onthiserror
version 1.0. Updating the requirement forthiserror
in this crate would reduce the amount of dependencies needed.I already tried just upgrading from 1.0.15 to 2.0 in Cargo.toml and the crate still compiled without problems and all tests passed.
The text was updated successfully, but these errors were encountered: