We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e8d87 commit de14737Copy full SHA for de14737
2 files changed
vhdl_lang/Cargo.toml
@@ -6,7 +6,7 @@
6
7
[package]
8
name = "vhdl_lang"
9
-version = "0.47.0"
+version = "0.48.0"
10
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
11
license = "MPL-2.0"
12
description = "VHDL Language Frontend"
vhdl_ls/Cargo.toml
@@ -6,15 +6,15 @@
name = "vhdl_ls"
description = "VHDL Language Server"
13
repository = "https://github.com/kraigher/rust_hdl"
14
edition = "2021"
15
16
[dependencies]
17
-vhdl_lang = { version = "^0.47.0", path = "../vhdl_lang"}
+vhdl_lang = { version = "^0.48.0", path = "../vhdl_lang"}
18
serde_json = "1"
19
serde = "1"
20
lsp-types = "0"
0 commit comments