Skip to content

Commit fed97fe

Browse files
committed
build(#19): flip kin-lsp path->registry dep (now published to kin registry)
kin-lsp 0.1.0 is published to the kin registry, so the committed manifest no longer needs the ../kin-lsp path dep — a clean external/Linux clone resolves it from the registry like every other kin-* crate. Local dev is unaffected: the gitignored .cargo/config.toml [patch.kin] pins kin-lsp back to ../kin-lsp. Closes the last clean-clone gap (#13).
1 parent 22f817d commit fed97fe

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ kin-daemon = { path = "crates/kin-daemon" }
135135
kin-mcp = { path = "crates/kin-mcp" }
136136
kin-spine = { path = "crates/kin-spine" }
137137
kin-registry = { path = "crates/kin-registry" }
138-
kin-lsp = { path = "../kin-lsp" }
138+
kin-lsp = { version = "0.1.0", registry = "kin" }
139139
kin-pipelines = { path = "crates/kin-pipelines" }
140140
# Cross-platform base: NO "metal" here. `[workspace.dependencies]` entries cannot be
141141
# `[target.'cfg(...)']`-gated, so listing "metal" here forces the macOS-only kin-infer/metal

0 commit comments

Comments
 (0)