Remove unused patch for libc

This patch became unused in 193746ffbc,
when upstream libc was bumped past the version that included the commit
from the referenced PR.
This commit is contained in:
Lily Foster 2024-08-31 14:57:27 -04:00 committed by Jeremy Soller
parent 21568be079
commit 3eec597ab1
2 changed files with 0 additions and 7 deletions

5
Cargo.lock generated
View file

@ -7299,8 +7299,3 @@ dependencies = [
"quote",
"syn 2.0.76",
]
[[patch.unused]]
name = "libc"
version = "0.2.154"
source = "git+https://gitlab.redox-os.org/redox-os/liblibc.git?branch=redox-epoll-0.2#5eff703b923d3e1b042e91bc67409cca961f3976"

View file

@ -66,8 +66,6 @@ debug = true
[patch.crates-io]
# https://github.com/alexcrichton/filetime/pull/104
filetime = { git = "https://github.com/jackpot51/filetime" }
# https://github.com/rust-lang/libc/pull/3686
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "redox-epoll-0.2" }
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "zbus-4" }