From ccddd9e1f208d615f117ddc229a7db687f26b253 Mon Sep 17 00:00:00 2001 From: Olof Kraigher Date: Tue, 7 Nov 2023 18:03:24 +0100 Subject: [PATCH] Release 0.72.0 --- Cargo.lock | 4 ++-- vhdl_lang/Cargo.toml | 2 +- vhdl_ls/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83a1c45b..5dbeb723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vhdl_lang" -version = "0.71.0" +version = "0.72.0" dependencies = [ "assert_matches", "clap", @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "vhdl_ls" -version = "0.71.0" +version = "0.72.0" dependencies = [ "clap", "env_logger", diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index 48b8ee9a..e9a8b0e2 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.71.0" +version = "0.72.0" authors = ["Olof Kraigher "] license = "MPL-2.0" description = "VHDL Language Frontend" diff --git a/vhdl_ls/Cargo.toml b/vhdl_ls/Cargo.toml index 6dfd81fb..3ebdd649 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.71.0" +version = "0.72.0" authors = ["Olof Kraigher "] 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.71.0", path = "../vhdl_lang" } +vhdl_lang = { version = "^0.72.0", path = "../vhdl_lang" } serde_json = "1" serde = "1" lsp-types = "^0.94.0"