Speedy37 / speedupdate-rs

Efficient and reliable update system for small to big set of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error[E0308]: mismatched types

kickdev opened this issue · comments

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?