From cfe5a962458c8ddb2b01e7026dd96b64998c50ae Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Thu, 9 Oct 2025 17:56:14 +0900 Subject: 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) --- misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml (limited to 'misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml') 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" } -- cgit v1.2.3