mikaelmello / inquire

A Rust library for building interactive prompts
https://docs.rs/inquire
MIT License
1.93k stars 76 forks source link

Upgrade crossterm to 0.27.0 #252

Open sigoden opened 4 months ago

sigoden commented 4 months ago

Is your feature request related to a problem? Please describe. Upgrade crossterm to 0.27.0

Describe the solution you'd like Crossterm v0.27.0 have been released for 9 months, many projects already rely on it.

This often results in two versions of the crossterm dependency appearing in the dependency tree of projects using inquire.

error: There are multiple `crossterm` packages in your project, and the specification `crossterm` is ambiguous.
Please re-run this command with one of the following specifications:
  crossterm@0.25.0
  crossterm@0.27.0

Is there any problem that prevents crossterm from being upgraded?

Describe alternatives you've considered

Additional context Another benefit of upgrading crossterm is that it can solve issue #200

Boscop commented 6 hours ago

Any update on this? 🙂 It would be nice to unblock https://github.com/sigoden/aichat/issues/531