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 7cbb436 commit 3be057bCopy full SHA for 3be057b
Cargo.toml
@@ -8,7 +8,7 @@ members = [
8
[workspace.dependencies]
9
# local
10
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.7.0" }
11
-emmylua_parser = { path = "crates/emmylua_parser", version = "0.10.3" }
+emmylua_parser = { path = "crates/emmylua_parser", version = "0.10.4" }
12
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.4.0" }
13
14
# external
0 commit comments