blob: c2e28d88334d028c1fb287d14bb35b9835196f8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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" }
|