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:
+2
-2
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user