diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-09 17:56:14 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-10-09 17:57:16 +0900 |
commit | cfe5a962458c8ddb2b01e7026dd96b64998c50ae (patch) | |
tree | 6d020db9a1dd1532c742aabf1cea679252bfb0b8 /misc/codex/files/patch-codex-rs_rmcp-client_Cargo.toml | |
parent | sysutils/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.toml | 11 |
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" } |