oberblastmeister / trashy

a cli system trash manager, alternative to rm and trash-cli
Apache License 2.0
343 stars 12 forks source link

Dependencies to trash seem to be wrong #111

Open mkonig opened 9 months ago

mkonig commented 9 months ago

Hi

I used trashy via nix home-manager (23.05 and 23.11 and master) and via cargo install trashy. In all the dependency to trash is not 3.0.6 but still 2.xx. Which leads to the crash when removing symlinks.

If you update the version of a dependency I think you should at least also update the minor version of the whole app. Sticking to 2.0.0 all the time makes it very hard to figure out why my 2.0.0 does not work but if I download it directly from github 2.0.0 works.

In addition a recommended way of installation would be nice. To me it seems downloading from github makes the most sense because using cargo install seems to install an old 2.0.0 version.