Skip to content

Commit 9672cf5

Browse files
soddygoclaude
andcommitted
🔧 chore: bump version to v0.1.45 and fix CI build issues
- Fix windows crate version mismatch (0.61 → 0.62) in mcp-streamable-proxy - Add default-members to workspace Cargo.toml to exclude fastembed from CI build - fastembed/ort-sys doesn't support all platforms (x86_64 macOS, 32-bit Windows) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac302aa commit 9672cf5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[workspace]
22
members = ["document-parser", "fastembed", "mcp-common", "mcp-proxy", "mcp-sse-proxy", "mcp-streamable-proxy", "oss-client", "voice-cli"]
3+
# 默认只构建 mcp-proxy(排除 fastembed 等不支持所有平台的包)
4+
default-members = ["mcp-proxy", "mcp-common", "mcp-sse-proxy", "mcp-streamable-proxy"]
35
resolver = "2"
46

57
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

mcp-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcp-stdio-proxy"
3-
version = "0.1.44"
3+
version = "0.1.45"
44
edition = "2024"
55
authors = ["nuwax-ai"]
66
description = "MCP (Model Context Protocol) proxy server and CLI tool for protocol conversion and remote service access"

mcp-streamable-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ futures = { workspace = true }
6262
process-wrap = { version = "9.0", features = ["tokio1", "process-group", "job-object"] }
6363

6464
[target.'cfg(windows)'.dependencies]
65-
windows = { version = "0.61", features = ["Win32_System_Threading"] }
65+
windows = { version = "0.62", features = ["Win32_System_Threading"] }

0 commit comments

Comments
 (0)