aboutsummaryrefslogtreecommitdiff
path: root/misc/codex/files/patch-codex-rs_core_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/codex/files/patch-codex-rs_core_Cargo.toml')
-rw-r--r--misc/codex/files/patch-codex-rs_core_Cargo.toml29
1 files changed, 0 insertions, 29 deletions
diff --git a/misc/codex/files/patch-codex-rs_core_Cargo.toml b/misc/codex/files/patch-codex-rs_core_Cargo.toml
deleted file mode 100644
index acff9f119029..000000000000
--- a/misc/codex/files/patch-codex-rs_core_Cargo.toml
+++ /dev/null
@@ -1,29 +0,0 @@
---- codex-rs/core/Cargo.toml.orig 2025-11-04 20:00:53 UTC
-+++ codex-rs/core/Cargo.toml
-@@ -32,6 +32,7 @@ codex-utils-tokenizer = { workspace = true }
- codex-utils-readiness = { workspace = true }
- codex-utils-string = { workspace = true }
- codex-utils-tokenizer = { workspace = true }
-+codex_windows_sandbox = { package = "codex-windows-sandbox", path = "../windows-sandbox-rs" }
- dirs = { workspace = true }
- dunce = { workspace = true }
- env-flags = { workspace = true }
-@@ -42,8 +43,9 @@ keyring = { workspace = true, features = [
- keyring = { workspace = true, features = [
- "apple-native",
- "crypto-rust",
-- "linux-native-async-persistent",
-+ "linux-native",
- "windows-native",
-+ "async-secret-service",
- ] }
- libc = { workspace = true }
- mcp-types = { workspace = true }
-@@ -83,7 +85,6 @@ wildmatch = { workspace = true }
- uuid = { workspace = true, features = ["serde", "v4", "v5"] }
- which = { workspace = true }
- wildmatch = { workspace = true }
--codex_windows_sandbox = { package = "codex-windows-sandbox", path = "../windows-sandbox-rs" }
-
-
- [target.'cfg(target_os = "linux")'.dependencies]