Skip to content

Commit 12e74e1

Browse files
committed
change version
1 parent 2a2f627 commit 12e74e1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[workspace.dependencies]
99
# local
10-
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.7.0" }
10+
emmylua_code_analysis = { path = "crates/emmylua_code_analysis", version = "0.7.3" }
1111
emmylua_parser = { path = "crates/emmylua_parser", version = "0.10.6" }
1212
emmylua_diagnostic_macro = { path = "crates/emmylua_diagnostic_macro", version = "0.4.0" }
1313

@@ -47,4 +47,4 @@ glob = "0.3"
4747
include_dir = "0.7.4"
4848
toml_edit = "0.22.23"
4949
itertools = "0.11.0"
50-
ariadne = { version = "0.5.0", features = ["auto-color"] }
50+
ariadne = { version = "0.5.0", features = ["auto-color"] }

crates/emmylua_check/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_check"
3-
version = "0.7.0"
3+
version = "0.7.3"
44
edition = "2021"
55
authors = ["CppCXY"]
66
description = "A command-line tool for checking lua code."

crates/emmylua_code_analysis/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_code_analysis"
3-
version = "0.7.0"
3+
version = "0.7.3"
44
edition = "2021"
55
authors = ["CppCXY"]
66
description = "A library for analyzing lua code."

crates/emmylua_doc_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "emmylua_doc_cli"
3-
version = "0.6.0"
3+
version = "0.7.3"
44
edition = "2021"
55
authors = ["CppCXY"]
66
description = "A command-line tool for generating lua documentation."
@@ -28,4 +28,4 @@ rowan.workspace = true
2828
walkdir.workspace = true
2929
structopt.workspace = true
3030
tera.workspace = true
31-
include_dir.workspace = true
31+
include_dir.workspace = true

crates/emmylua_ls/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_ls"
3-
version = "0.7.0"
3+
version = "0.7.3"
44
edition = "2021"
55
authors = ["CppCXY"]
66
description = "A language server for emmylua."

0 commit comments

Comments
 (0)