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
When building an application, the application would be the one keep this dependency uptodate, right?
Setting the minimum version here would force all consumers to update, which is something that they might not need, for instance, if their application doesn't run on NetBSD.
That's true. (Though I wonder what you see as downsides of requiring a new libc.)
Sorry, I had forgotten that library crates usually don't provide a Cargo.lock file.
I'll directly go to the application. Thanks for the quick feedback!
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 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 bump Cargo.toml so libc 0.2.170 is pulled in, and make a new release, so that I can propagate this fix to applications.
Thank you!
The text was updated successfully, but these errors were encountered: