Update libc
... | ... | @@ -28,7 +28,7 @@ rand = { version = "0.5.5", default-features = false } |
memchr = { version = "2.2.0", default-features = false } | ||
plain = "0.2" | ||
unicode-width = "0.1" | ||
libc = { version = "0.2", optional = true } | ||
libc = { version = "=0.2.138", optional = true } | ||
[dependencies.goblin] | ||
version = "0.0.21" | ||
... | ... | @@ -60,4 +60,4 @@ panic = "abort" |
panic = "abort" | ||
[patch.crates-io] | ||
libc = { git = "https://gitlab.redox-os.org/4lDO2/liblibc.git", branch = "redox" } | ||
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "redox_0.2.138" } |
Please register or sign in to comment