diff --git a/Cargo.lock b/Cargo.lock index f911bb01..2c3a61f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vhdl_lang" -version = "0.69.0" +version = "0.70.0" dependencies = [ "assert_matches", "clap", @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "vhdl_ls" -version = "0.69.0" +version = "0.70.0" dependencies = [ "clap", "env_logger", diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index 7d591232..90d6ae8f 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.69.0" +version = "0.70.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 9e312bec..dc16e356 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.69.0" +version = "0.70.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.69.0", path = "../vhdl_lang" } +vhdl_lang = { version = "^0.70.0", path = "../vhdl_lang" } serde_json = "1" serde = "1" lsp-types = "^0.94.0"