mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-12-23 06:01:10 +00:00
Release 0.71.0
This commit is contained in:
parent
b5aef2479c
commit
572b0110d6
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -909,7 +909,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|||
|
||||
[[package]]
|
||||
name = "vhdl_lang"
|
||||
version = "0.70.0"
|
||||
version = "0.71.0"
|
||||
dependencies = [
|
||||
"assert_matches",
|
||||
"clap",
|
||||
|
|
@ -929,7 +929,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "vhdl_ls"
|
||||
version = "0.70.0"
|
||||
version = "0.71.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"env_logger",
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[package]
|
||||
name = "vhdl_lang"
|
||||
version = "0.70.0"
|
||||
version = "0.71.0"
|
||||
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
|
||||
license = "MPL-2.0"
|
||||
description = "VHDL Language Frontend"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[package]
|
||||
name = "vhdl_ls"
|
||||
version = "0.70.0"
|
||||
version = "0.71.0"
|
||||
authors = ["Olof Kraigher <olof.kraigher@gmail.com>"]
|
||||
license = "MPL-2.0"
|
||||
description = "VHDL Language Server"
|
||||
|
|
@ -14,7 +14,7 @@ repository = "https://github.com/kraigher/rust_hdl"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
vhdl_lang = { version = "^0.70.0", path = "../vhdl_lang" }
|
||||
vhdl_lang = { version = "^0.71.0", path = "../vhdl_lang" }
|
||||
serde_json = "1"
|
||||
serde = "1"
|
||||
lsp-types = "^0.94.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue