Skip to content

Commit e5328f7

Browse files
committed
chore: bump language server version to 0.0.7.
1 parent 8b27539 commit e5328f7

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ yara-x-parser = { path = "parser", version = "1.13.0" }
110110
yara-x-proto = { path = "proto", version = "1.13.0"}
111111
yara-x-proto-yaml = { path = "proto-yaml", version = "1.13.0" }
112112
yara-x-proto-json = { path = "proto-json", version = "1.13.0" }
113-
yara-x-ls = { path = "ls", version = "0.0.7" }
114113
zip = "6.0.0"
115114
simd-adler32 = "0.3.7"
116115
simd_cesu8 = "1"

ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition.workspace = true
77
license.workspace = true
88
rust-version.workspace = true
99
repository.workspace = true
10-
version = "0.0.6"
10+
version = "0.0.7"
1111

1212
[lib]
1313
name = "yara_x_ls"

0 commit comments

Comments
 (0)