Skip to content

Commit 93b7052

Browse files
committed
Release v0.85.0
1 parent a13264e commit 93b7052

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -9,7 +9,7 @@ resolver = "2"
99
members = ["vhdl_lang_macros", "vhdl_lang", "vhdl_ls"]
1010

1111
[workspace.package]
12-
version = "0.84.0"
12+
version = "0.85.0"
1313
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
1414
license = "MPL-2.0"
1515
edition = "2021"

vhdl_lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition.workspace = true
1515
rust-version.workspace = true
1616

1717
[dependencies]
18-
vhdl_lang_macros = { version = "^0.84.0", path = "../vhdl_lang_macros" }
18+
vhdl_lang_macros = { version = "^0.85.0", path = "../vhdl_lang_macros" }
1919
pad = "0.1.6"
2020
fnv = "1"
2121
clap = { version = "4", features = ["derive"] }

vhdl_ls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme.workspace = true
1616
rust-version.workspace = true
1717

1818
[dependencies]
19-
vhdl_lang = { version = "^0.84.0", path = "../vhdl_lang" }
19+
vhdl_lang = { version = "^0.85.0", path = "../vhdl_lang" }
2020
serde_json = "1"
2121
serde = "1"
2222
lsp-types = "^0.95.1"

0 commit comments

Comments
 (0)