Skip to content

Commit b447ba4

Browse files
committed
Release 0.75.0
1 parent 5c78bd1 commit b447ba4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

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

vhdl_lang/Cargo.toml

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

77
[package]
88
name = "vhdl_lang"
9-
version = "0.74.0"
9+
version = "0.75.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
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.74.0", path = "../vhdl_lang_macros" }
17+
vhdl_lang_macros = { version = "^0.75.0", path = "../vhdl_lang_macros" }
1818
pad = "0"
1919
fnv = "1"
2020
clap = { version = "4", features = ["derive"] }

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.74.0"
9+
version = "0.75.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
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,15 +6,15 @@
66

77
[package]
88
name = "vhdl_ls"
9-
version = "0.74.0"
9+
version = "0.75.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Server"
1313
repository = "https://github.com/kraigher/rust_hdl"
1414
edition = "2021"
1515

1616
[dependencies]
17-
vhdl_lang = { version = "^0.74.0", path = "../vhdl_lang" }
17+
vhdl_lang = { version = "^0.75.0", path = "../vhdl_lang" }
1818
serde_json = "1"
1919
serde = "1"
2020
lsp-types = "^0.94.0"

0 commit comments

Comments
 (0)