tui-textarea icon indicating copy to clipboard operation
tui-textarea copied to clipboard

Update to ratatui 0.26

Open holly-hacker opened this issue 1 year ago • 1 comments

Hi, tui-textarea currently targets ratatui 0.24.0, but the latest version is 0.26.1. Could you update the dependency and publish a new release?

holly-hacker avatar Feb 18 '24 17:02 holly-hacker

Tui-textarea's >=0.23 version spec means you only have to run cargo update and you'll be using the latest version released. (0.26.2 at time of writing). This is actually bad behavior as it causes the problems mentioned in:

  • https://doc.rust-lang.org/cargo/reference/resolver.html#unexpected-dependency-duplication
  • https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-version-requirements

joshka avatar May 12 '24 02:05 joshka

This issue was solved by #69.

rhysd avatar Jul 07 '24 15:07 rhysd