aboutsummaryrefslogtreecommitdiff
path: root/misc/codex/files/patch-codex-rs_cli_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/codex/files/patch-codex-rs_cli_Cargo.toml')
-rw-r--r--misc/codex/files/patch-codex-rs_cli_Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/codex/files/patch-codex-rs_cli_Cargo.toml b/misc/codex/files/patch-codex-rs_cli_Cargo.toml
deleted file mode 100644
index 628216c84f5f..000000000000
--- a/misc/codex/files/patch-codex-rs_cli_Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
---- codex-rs/cli/Cargo.toml.orig 2025-09-27 08:06:01 UTC
-+++ codex-rs/cli/Cargo.toml
-@@ -52,6 +52,9 @@ libc = { workspace = true }
- [target.'cfg(target_os = "macos")'.dependencies]
- libc = { workspace = true }
-
-+[target.'cfg(target_os = "freebsd")'.dependencies]
-+libc = { workspace = true }
-+
- [dev-dependencies]
- assert_cmd = { workspace = true }
- predicates = { workspace = true }