Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7dbc8e0

Browse files
committedMar 2, 2024
Release 0.78.0
1 parent 6e7ee1a commit 7dbc8e0

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
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.

‎vhdl_lang/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
[package]
88
name = "vhdl_lang"
9-
version = "0.77.0"
9+
version = "0.78.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.77.0", path = "../vhdl_lang_macros" }
17+
vhdl_lang_macros = { version = "^0.78.0", path = "../vhdl_lang_macros" }
1818
pad = "0"
1919
fnv = "1"
2020
clap = { version = "4", features = ["derive"] }

‎vhdl_lang_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "vhdl_lang_macros"
9-
version = "0.77.0"
9+
version = "0.78.0"
1010
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
1111
license = "MPL-2.0"
1212
description = "VHDL Language Frontend - Macros"

‎vhdl_ls/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66

77
[package]
88
name = "vhdl_ls"
9-
version = "0.77.0"
9+
version = "0.78.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"
15+
readme = "../README.md"
1516

1617
[dependencies]
17-
vhdl_lang = { version = "^0.77.0", path = "../vhdl_lang" }
18+
vhdl_lang = { version = "^0.78.0", path = "../vhdl_lang" }
1819
serde_json = "1"
1920
serde = "1"
2021
lsp-types = "^0.94.0"

0 commit comments

Comments
 (0)
Please sign in to comment.