Skip to content

Commit acc421c

Browse files
committed
chore(lsp): Update lumos-core dependency to published v0.1.1
Replace path dependency with published crates.io version. This is required for publishing lumos-lsp v0.1.0 (#74).
1 parent 5eeb699 commit acc421c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tower-lsp = "0.20"
1919
tokio = { version = "1.35", features = ["full"] }
2020

2121
# LUMOS core (parser, AST, errors)
22-
lumos-core = { path = "../core", version = "0.1.0" }
22+
lumos-core = "0.1.1"
2323

2424
# Serialization
2525
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)