Macchina-CLI / macchina

A system information frontend with an emphasis on performance.
https://crates.io/crates/macchina
MIT License
1.41k stars 51 forks source link

Update `ratatui` and `ansi-to-tui` to latest version #310

Closed FantasyTeddy closed 4 months ago

FantasyTeddy commented 4 months ago

I removed the wildcard (0.*) from ratatui and replaced it with the latest version number.

303 is caused by this I believe, because cargo install ignores the Cargo.lock file when ran without --locked.

grtcdr commented 4 months ago

Thanks a lot, cargo install --path . works as expected now.