Skip to content

Commit 20320a8

Browse files
committed
v0.1.1
1 parent f1319d7 commit 20320a8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ jobs:
6666
uses: houseabsolute/actions-rust-release@48ce35fb40c3dab00791a3d6c485022341354c44
6767
with:
6868
executable-name: mcp-proxy
69+
extra-files: ''
6970
changes-file: ''
7071
target: ${{ matrix.platform.target }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcp-proxy"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55

66
[dependencies]
@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"
2727

2828
[profile.release]
29-
opt-level = 3
29+
opt-level = "s"
3030
lto = true
3131
codegen-units = 1
3232
strip = true

0 commit comments

Comments
 (0)