From b447ba46d5f96ddccc0fd8c1fa2e5b766acfdb87 Mon Sep 17 00:00:00 2001 From: Olof Kraigher Date: Mon, 13 Nov 2023 19:53:50 +0100 Subject: [PATCH] Release 0.75.0 --- Cargo.lock | 6 +++--- vhdl_lang/Cargo.toml | 4 ++-- vhdl_lang_macros/Cargo.toml | 2 +- vhdl_ls/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18bd4b56..ae967f96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vhdl_lang" -version = "0.74.0" +version = "0.75.0" dependencies = [ "assert_matches", "clap", @@ -930,7 +930,7 @@ dependencies = [ [[package]] name = "vhdl_lang_macros" -version = "0.74.0" +version = "0.75.0" dependencies = [ "quote", "syn 2.0.22", @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "vhdl_ls" -version = "0.74.0" +version = "0.75.0" dependencies = [ "clap", "env_logger", diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index a28aa6f6..644e3dff 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.74.0" +version = "0.75.0" authors = ["Olof Kraigher "] license = "MPL-2.0" description = "VHDL Language Frontend" @@ -14,7 +14,7 @@ repository = "https://github.com/kraigher/rust_hdl" edition = "2021" [dependencies] -vhdl_lang_macros = { version = "^0.74.0", path = "../vhdl_lang_macros" } +vhdl_lang_macros = { version = "^0.75.0", path = "../vhdl_lang_macros" } pad = "0" fnv = "1" clap = { version = "4", features = ["derive"] } diff --git a/vhdl_lang_macros/Cargo.toml b/vhdl_lang_macros/Cargo.toml index 1edb76ca..f6ce7b5f 100644 --- a/vhdl_lang_macros/Cargo.toml +++ b/vhdl_lang_macros/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang_macros" -version = "0.74.0" +version = "0.75.0" authors = ["Olof Kraigher "] license = "MPL-2.0" description = "VHDL Language Frontend - Macros" diff --git a/vhdl_ls/Cargo.toml b/vhdl_ls/Cargo.toml index c09bb96a..68483083 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.74.0" +version = "0.75.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.74.0", path = "../vhdl_lang" } +vhdl_lang = { version = "^0.75.0", path = "../vhdl_lang" } serde_json = "1" serde = "1" lsp-types = "^0.94.0"