Remove merged libc patch

This commit is contained in:
Jeremy Soller 2025-04-17 08:03:53 -06:00
parent 133dab261d
commit 887211c850
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
2 changed files with 8 additions and 9 deletions

View file

@ -111,8 +111,6 @@ test-log = "0.2"
tokio = { version = "1", features = ["rt", "macros"] }
[patch.crates-io]
# https://github.com/rust-lang/libc/pull/4388
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "redox-socket-0.2" }
# https://github.com/smol-rs/polling/pull/235
polling = { git = "https://github.com/jackpot51/polling.git", branch = "master" }