Merge branch 'update-syscall' into 'master'

chore: Bump version and update redox_syscall.

See merge request redox-os/libredox!19
This commit is contained in:
Jeremy Soller
2025-12-16 07:43:30 -07:00
+2 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "libredox"
authors = ["4lDO2 <4lDO2@protonmail.com>"]
version = "0.1.10"
version = "0.1.11"
edition = "2021"
license = "MIT"
description = "Redox stable ABI"
@@ -19,5 +19,5 @@ mkns = ["ioslice"]
[dependencies]
bitflags = "2"
libc = "0.2"
redox_syscall = { version = "0.5.16", optional = true }
redox_syscall = { version = "0.6.0", optional = true }
ioslice = { version = "0.6", optional = true }