Skip to content

Commit 12cc755

Browse files
committed
fix: add mcpls-core version for crates.io publishing
Bump to v0.1.1
1 parent ed898da commit 12cc755

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
rust-version = "1.85"
99
authors = ["Andrei G. <k05h31@gmail.com>"]
@@ -15,14 +15,15 @@ keywords = ["mcp", "lsp", "language-server", "ai", "claude"]
1515
categories = ["development-tools", "command-line-utilities"]
1616

1717
[workspace.dependencies]
18-
# Sorted alphabetically, versions only (features in crate manifests)
18+
# Sorted alphabetically
1919
anyhow = "1.0"
2020
assert_cmd = "2.0"
2121
async-trait = "0.1"
2222
clap = "4.5"
2323
dirs = "6.0"
2424
futures = "0.3"
2525
lsp-types = "0.97"
26+
mcpls-core = { path = "crates/mcpls-core", version = "0.1.1" }
2627
predicates = "3.1"
2728
rmcp = "0.12"
2829
rstest = "0.26"

crates/mcpls-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717
[dependencies]
1818
anyhow = { workspace = true }
1919
clap = { workspace = true, features = ["derive", "env"] }
20-
mcpls-core = { path = "../mcpls-core" }
20+
mcpls-core = { workspace = true }
2121
tokio = { workspace = true, features = ["full"] }
2222
tracing = { workspace = true }
2323
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }

0 commit comments

Comments
 (0)