Closed alex closed 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
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.
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.
if it's ready for use.
cc @4lDO2
Just wanted to pass along a thank you for the release!
Thanks for the quick merge. Is there any current thought as to when the next release might be?