From 459abecf52c6a3bd335605366fe7d32d137a64cb Mon Sep 17 00:00:00 2001 From: jif-oai Date: Wed, 17 Dec 2025 19:09:38 +0000 Subject: [PATCH] shear --- codex-rs/utils/pty/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/codex-rs/utils/pty/Cargo.toml b/codex-rs/utils/pty/Cargo.toml index bd82ff136a..6ef8f85b02 100644 --- a/codex-rs/utils/pty/Cargo.toml +++ b/codex-rs/utils/pty/Cargo.toml @@ -15,9 +15,6 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync", "ti [dev-dependencies] pretty_assertions = { workspace = true } -[target.'cfg(unix)'.dependencies] -libc = { workspace = true } - [target.'cfg(windows)'.dependencies] filedescriptor = "0.8.3" lazy_static = { workspace = true }