Stebalien / term

A Rust library for terminfo parsing and terminal colors.
https://stebalien.github.io/doc/term/term/
Apache License 2.0
178 stars 49 forks source link

Please relase a new version #106

Closed Kixunil closed 3 years ago

Kixunil commented 3 years ago

The old version depends on dirs which is not maintained and causes transitive dependency on an old cfg_if leading to duplication. Releasing a new version would fix these issues.

Stebalien commented 3 years ago

In progress.

Stebalien commented 3 years ago

Done. I've released 0.7 as this version technically bumps the minimum rust version due to updated error trait usage.

Kixunil commented 3 years ago

Awesome, thanks a lot!