From 42948a26e7bf72b01158fc064ea90d67d77d622b Mon Sep 17 00:00:00 2001 From: Olof Kraigher Date: Sun, 18 Jun 2023 11:47:44 +0200 Subject: [PATCH] Release 0.65.0 --- vhdl_lang/Cargo.toml | 2 +- vhdl_ls/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index 9be928dd..c1cb7bb4 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.64.0" +version = "0.65.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 27535e3d..8eb71d6e 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.64.0" +version = "0.65.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.64.0", path = "../vhdl_lang"} +vhdl_lang = { version = "^0.65.0", path = "../vhdl_lang"} serde_json = "1" serde = "1" lsp-types = "^0.94.0"