summaryrefslogtreecommitdiff
path: root/misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2025-10-09 17:56:14 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2025-10-09 17:57:16 +0900
commitcfe5a962458c8ddb2b01e7026dd96b64998c50ae (patch)
tree6d020db9a1dd1532c742aabf1cea679252bfb0b8 /misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml
parentsysutils/mackerel-agent: Update to 0.85.2 (diff)
misc/codex: update to 0.46.0
Changelog: - https://github.com/openai/codex/releases/tag/rust-v0.45.0 - https://github.com/openai/codex/releases/tag/rust-v0.46.0 Reported by: GitHub (watch releases)
Diffstat (limited to 'misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml')
-rw-r--r--misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml b/misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml
new file mode 100644
index 000000000000..c2e28d88334d
--- /dev/null
+++ b/misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml
@@ -0,0 +1,11 @@
+--- codex-rs/rmcp-client/Cargo.toml.orig 2025-10-09 07:52:04 UTC
++++ codex-rs/rmcp-client/Cargo.toml
+@@ -16,7 +16,7 @@ keyring = { workspace = true, features = [
+ keyring = { workspace = true, features = [
+ "apple-native",
+ "crypto-rust",
+- "linux-native-async-persistent",
++ "linux-native",
+ "windows-native",
+ ] }
+ mcp-types = { path = "../mcp-types" }