You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: