diff --git a/Cargo.lock b/Cargo.lock index 5dbeb723..96ff7848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vhdl_lang" -version = "0.72.0" +version = "0.73.0" dependencies = [ "assert_matches", "clap", @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "vhdl_ls" -version = "0.72.0" +version = "0.73.0" dependencies = [ "clap", "env_logger", diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index e9a8b0e2..64f48c00 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.72.0" +version = "0.73.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 3ebdd649..ff7bc8c7 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.72.0" +version = "0.73.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.72.0", path = "../vhdl_lang" } +vhdl_lang = { version = "^0.73.0", path = "../vhdl_lang" } serde_json = "1" serde = "1" lsp-types = "^0.94.0"