Skip to content

Commit 9bb79b5

Browse files
committed
Release v0.84.0
1 parent b6dd7df commit 9bb79b5

File tree

4 files changed

+39
-105
lines changed

4 files changed

+39
-105
lines changed

Cargo.lock

+32-98
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vhdl_lang/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66

77
[package]
88
name = "vhdl_lang"
9-
version = "0.83.1"
9+
version = "0.84.0"
1010
authors = ["Olof Kraigher <[email protected]>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Frontend"
1313
repository = "https://github.com/kraigher/rust_hdl"
1414
edition = "2021"
1515

1616
[dependencies]
17-
vhdl_lang_macros = { version = "^0.83.1", path = "../vhdl_lang_macros" }
17+
vhdl_lang_macros = { version = "^0.84.0", path = "../vhdl_lang_macros" }
1818
pad = "0"
1919
fnv = "1"
2020
clap = { version = "4", features = ["derive"] }
2121
toml = "0"
2222
glob = "0"
23-
dirs = "5"
23+
dirs = "6.0.0"
2424
rayon = "1"
2525
parking_lot = "0"
2626
dunce = "1"
2727
pinned_vec = "0"
2828
itertools = "0"
2929
subst = "0.3.0"
30-
strum = { version = "0.26.2", features = ["derive"] }
30+
strum = { version = "0.27.1", features = ["derive"] }
3131
enum-map = "2.7.3"
3232

3333
[dev-dependencies]

vhdl_lang_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "vhdl_lang_macros"
9-
version = "0.83.1"
9+
version = "0.84.0"
1010
authors = ["Olof Kraigher <[email protected]>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Frontend - Macros"

vhdl_ls/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "vhdl_ls"
9-
version = "0.83.1"
9+
version = "0.84.0"
1010
authors = ["Olof Kraigher <[email protected]>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Server"
@@ -15,7 +15,7 @@ edition = "2021"
1515
readme = "../README.md"
1616

1717
[dependencies]
18-
vhdl_lang = { version = "^0.83.1", path = "../vhdl_lang" }
18+
vhdl_lang = { version = "^0.84.0", path = "../vhdl_lang" }
1919
serde_json = "1"
2020
serde = "1"
2121
lsp-types = "^0.95.1"

0 commit comments

Comments
 (0)