eminence / procfs

Rust library for reading the Linux procfs filesystem
Other
358 stars 105 forks source link

Please publish `procfs-core` #273

Closed Jake-Shadle closed 1 year ago

Jake-Shadle commented 1 year ago

Hey, we would really appreciate a release of procfs-core (see https://github.com/rust-minidump/minidump-writer/pull/80) when you have the time. For now I'll just move us back to procfs to cut a release.

eminence commented 1 year ago

Hey, I've just published an RC for both procfs and procfs-core

There's a few doc changes I want to make before a non-RC release, but I don't think there will be many API changes, if at all. I'm assuming you won't want to release your own crate with an RC dependency, so I'll target to get 0.16.0 published by the end of the week

Jake-Shadle commented 1 year ago

The fact it's an RC is not a deal-breaker, this removes the block on our own release which is sufficient for the short term. Thanks for the update!