-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please bump libc to 0.2.170 #2387
Comments
Hey @0-wiz-0, I noticed that you did not correctly follow the issue template. Please ensure that:
Issues with |
I checked and Cargo.lock currently requires 0.2.169 |
Thank you for fixing this so quickly! |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
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!
The text was updated successfully, but these errors were encountered: