Remove libc patch

This commit is contained in:
Jeremy Soller 2023-02-11 14:05:19 -07:00
parent 4157cea532
commit 13ac5485ce
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -9,7 +9,3 @@ rustflags = []
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
rustflags = []
# TODO: remove patch if https://github.com/rust-lang/libc/pull/3024 is released
[patch.crates-io]
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "rust-2022-03-18" }