Skip to content

Commit 50fe9de

Browse files
committed
fix version
1 parent 46569a4 commit 50fe9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ members = [
88
[workspace.dependencies]
99
# local
1010
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.5.0" }
11-
emmylua_parser = { path = "crates/emmylua_parser", version = "0.9.3" }
12-
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.5.0" }
11+
emmylua_parser = { path = "crates/emmylua_parser", version = "0.9.4" }
12+
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.4.0" }
1313

1414
# external
1515
lsp-server = "0.7.7"

0 commit comments

Comments
 (0)