-
Notifications
You must be signed in to change notification settings - Fork 586
Closed
Labels
Description
This is a follow-up to #2329
There was a bug in the NetBSD implementation for getmntinfo in the libc crate which has been fixed and a new version of libc is released. This bug broke deleting files on file systems except /
, since trash-rs didn't properly recognize that it was not on the same file system, and trashing to a different file system is not supported.
Please run cargo upgrade
so libc 0.2.170 is pulled in.
Thank you!
sxyazi