eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
362 stars 106 forks source link

Update to rustix 0.36. #215

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

The main change here is the change to io-lifetimes 1.0, which uses the OwnedFd etc. from std, on Rust versions where it's available.

This version also drops the FromFd trait, because std uses From<OwnedFd> instead.

eminence commented 1 year ago

Thanks!