We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1933fed commit fc3c76eCopy full SHA for fc3c76e
vhdl_lang/Cargo.toml
@@ -6,7 +6,7 @@
6
7
[package]
8
name = "vhdl_lang"
9
-version = "0.62.0"
+version = "0.63.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.62.0", path = "../vhdl_lang"}
+vhdl_lang = { version = "^0.63.0", path = "../vhdl_lang"}
18
serde_json = "1"
19
serde = "1"
20
lsp-types = "^0.94.0"
0 commit comments