error[E0308]: mismatched types
kickdev opened this issue · comments
kick commented
error[E0308]: mismatched types
--> cli\repository\src\main.rs:406:59
|
406 | let draw_target = ProgressDrawTarget::to_term(Term::buffered_stdout(), 8);
| ^^^^^^^^^^^^^^^^^^^^^^^ expected struct console::term::Term
, found struct Term
|
= note: perhaps two different versions of crate console
are being used?