From 098c1c7a15b66256c6a917b6b7083c6e31a78585 Mon Sep 17 00:00:00 2001 From: Lukas Scheller Date: Tue, 27 Aug 2024 20:34:55 +0200 Subject: [PATCH] Release v0.83.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 9ccce5bf..b0826d20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -988,7 +988,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "vhdl_lang" -version = "0.82.0" +version = "0.83.0" dependencies = [ "assert_cmd", "assert_matches", @@ -1015,7 +1015,7 @@ dependencies = [ [[package]] name = "vhdl_lang_macros" -version = "0.82.0" +version = "0.83.0" dependencies = [ "quote", "syn", @@ -1023,7 +1023,7 @@ dependencies = [ [[package]] name = "vhdl_ls" -version = "0.82.0" +version = "0.83.0" dependencies = [ "clap", "env_logger", diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index 4295e831..b29851a3 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.82.0" +version = "0.83.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.82.0", path = "../vhdl_lang_macros" } +vhdl_lang_macros = { version = "^0.83.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 b743a0b5..c58ecfbe 100644 --- a/vhdl_lang_macros/Cargo.toml +++ b/vhdl_lang_macros/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang_macros" -version = "0.82.0" +version = "0.83.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 124d2a9d..6eec434b 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.82.0" +version = "0.83.0" authors = ["Olof Kraigher "] license = "MPL-2.0" description = "VHDL Language Server" @@ -15,7 +15,7 @@ edition = "2021" readme = "../README.md" [dependencies] -vhdl_lang = { version = "^0.82.0", path = "../vhdl_lang" } +vhdl_lang = { version = "^0.83.0", path = "../vhdl_lang" } serde_json = "1" serde = "1" lsp-types = "^0.95.1"