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.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/codex/files/patch-codex-rs_core_Cargo.toml b/misc/codex/files/patch-codex-rs_core_Cargo.toml
new file mode 100644
index 000000000000..2cf9853774d1
--- /dev/null
+++ b/misc/codex/files/patch-codex-rs_core_Cargo.toml
@@ -0,0 +1,13 @@
+--- codex-rs/core/Cargo.toml.orig 2025-11-13 17:39:01 UTC
++++ codex-rs/core/Cargo.toml
+@@ -43,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 }