diff --git a/.cargo/config b/.cargo/config index bb5816a4e8450a3de69a6a1026ba77ed551f401e..424d6606528d780d207f9de858e7ef1e90884ed5 100644 --- a/.cargo/config +++ b/.cargo/config @@ -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" }