mikaelmello / inquire

A Rust library for building interactive prompts

Home Page:https://docs.rs/inquire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade crossterm to 0.27.0

sigoden opened this issue · comments

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