tarkah / tickrs

Realtime ticker data in your terminal 📈
MIT License
1.16k stars 58 forks source link

Rust 2021, clippy clean, cargo fmt, replaced std::sync primitives #140

Closed virtualritz closed 1 year ago

virtualritz commented 1 year ago
tarkah commented 1 year ago

Thanks! Dep bump is much overdue. Other changes look nice, too :+1:

Edit: I previously had to define the curl dep to enable static ssl, but it seems newer isahc exposes this as a direct feature, so I just added that.