aboutsummaryrefslogtreecommitdiff
path: root/misc/codex/files/patch-codex-rs_keyring-store_Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/codex/files/patch-codex-rs_keyring-store_Cargo.toml')
-rw-r--r--misc/codex/files/patch-codex-rs_keyring-store_Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/codex/files/patch-codex-rs_keyring-store_Cargo.toml b/misc/codex/files/patch-codex-rs_keyring-store_Cargo.toml
deleted file mode 100644
index 73145a2243ad..000000000000
--- a/misc/codex/files/patch-codex-rs_keyring-store_Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
---- codex-rs/keyring-store/Cargo.toml.orig 2025-10-31 00:56:28 UTC
-+++ codex-rs/keyring-store/Cargo.toml
-@@ -10,7 +10,8 @@ keyring = { workspace = true, features = [
- keyring = { workspace = true, features = [
- "apple-native",
- "crypto-rust",
-- "linux-native-async-persistent",
-+ "linux-native",
- "windows-native",
-+ "async-secret-service",
- ] }
- tracing = { workspace = true }