Update libc

This commit is contained in:
Jeremy Soller
2023-05-11 12:09:08 -06:00
parent 66f1f32ac2
commit 24c4c10f52
2 changed files with 7 additions and 7 deletions
Generated
+5 -5
View File
@@ -227,8 +227,8 @@ version = "0.1.0"
[[package]]
name = "libc"
version = "0.2.142"
source = "git+https://gitlab.redox-os.org/4lDO2/liblibc.git?branch=redox#83c9eeaa49a9e40dd67b72de98b1cf4d516be0ec"
version = "0.2.138"
source = "git+https://gitlab.redox-os.org/redox-os/liblibc.git?branch=redox_0.2.138#00afc8eaaacc565798d3adb8071bc4d8a0f4f6a9"
[[package]]
name = "linux-raw-sys"
@@ -440,16 +440,16 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.37.11"
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
"windows-sys 0.45.0",
]
[[package]]
+2 -2
View File
@@ -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" }