Amanieu / parking_lot

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
Apache License 2.0
2.76k stars 217 forks source link

Update redox_syscall dependency version #432

Closed alex closed 8 months ago

alex commented 8 months ago

Thanks for the quick merge. Is there any current thought as to when the next release might be?

bjorn3 commented 8 months ago

Redox OS is in the process of moving from the redox_syscall crate to the libredox crate to provide a more stable ABI while still allowing the syscall ABI to evolve: https://crates.io/crates/libredox

alex commented 8 months ago

Interesting. My motivation here was that redox_syscall 0.4 was the last thing in my dep tree that relied on bitflags 1.x

On Tue, Mar 19, 2024 at 8:38 AM bjorn3 @.***> wrote:

Redox OS is in the process of moving from the redox_syscall crate to the libredox crate to provide a more stable ABI while still allowing the syscall ABI to evolve: https://crates.io/crates/libredox

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

-- All that is necessary for evil to succeed is for good people to do nothing.

Amanieu commented 8 months ago

I don't have a plan to make a release any time soon unless you specifically need it. However it would be nice to move to libredox first if it's ready for use.

bjorn3 commented 8 months ago

if it's ready for use.

cc @4lDO2

alex commented 7 months ago

Just wanted to pass along a thank you for the release!