We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eeb699 commit acc421cCopy full SHA for acc421c
1 file changed
packages/lsp/Cargo.toml
@@ -19,7 +19,7 @@ tower-lsp = "0.20"
19
tokio = { version = "1.35", features = ["full"] }
20
21
# LUMOS core (parser, AST, errors)
22
-lumos-core = { path = "../core", version = "0.1.0" }
+lumos-core = "0.1.1"
23
24
# Serialization
25
serde = { version = "1.0", features = ["derive"] }
0 commit comments