Skip to content

Commit 57fdb0d

Browse files
nikomatsakisClaude
andcommitted
chore: update sparkle-mcp to v0.2.1 from crates.io
Remove local path override, now using published version. Co-authored-by: Claude <[email protected]>
1 parent 864a19c commit 57fdb0d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4848
rmcp = { version = "0.9", features = ["server", "transport-io", "schemars"] }
4949

5050
# Sparkle integration
51-
sparkle = { package = "sparkle-mcp", version = "0.2.0" }
51+
sparkle = { package = "sparkle-mcp", version = "0.2.1" }
5252

5353
# CLI parsing
5454
clap = { version = "4.0", features = ["derive"] }
@@ -57,7 +57,3 @@ clap = { version = "4.0", features = ["derive"] }
5757
which = "6.0"
5858
home = "0.5"
5959
fxhash = "0.2.1"
60-
61-
# Local overrides for development
62-
[patch.crates-io]
63-
sparkle-mcp = { path = "../sparkle" }

0 commit comments

Comments
 (0)