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
After updating to latest flexi_logger0.28.0 I started getting the following error:1
error[E0277]: the trait bound `CursiveLogWriter: LogWriter` is not satisfied
--> src/bin/main.rs:180:13
|
180 | cursive_flexi_logger_view::cursive_flexi_logger(&cursive)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `LogWriter` is not implemented for `CursiveLogWriter`
|
= help: the trait `LogWriter` is implemented for `FileLogWriter`
= note: required for the cast from `Box<CursiveLogWriter>` to `Box<(dyn LogWriter + 'static)>`
After updating to latest
flexi_logger
0.28.0
I started getting the following error:1cargo tree
output:It seems that
cursive-flexi-logger-view
is pulling inflexi_logger
that doesn't match the version I wish to use?The text was updated successfully, but these errors were encountered: