oberblastmeister/trashy

Dependencies to trash seem to be wrong

Opened this issue · 0 comments

mkonig commented

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.