Skip to content

Commit 07c845b

Browse files
committed
update emmylua_parser version
1 parent ab16418 commit 07c845b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -8,7 +8,7 @@ members = [
88
[workspace.dependencies]
99
# local
1010
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.7.0" }
11-
emmylua_parser = { path = "crates/emmylua_parser", version = "0.10.4" }
11+
emmylua_parser = { path = "crates/emmylua_parser", version = "0.10.5" }
1212
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.4.0" }
1313

1414
# external

crates/emmylua_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emmylua_parser"
3-
version = "0.10.4"
3+
version = "0.10.5"
44
edition = "2021"
55
authors = ["CppCXY"]
66
description = "A parser for EmmyLua and luals"

0 commit comments

Comments
 (0)