diff --git a/Cargo.lock b/Cargo.lock index 4883f2c0..5b483720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -862,7 +862,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "vhdl_lang" -version = "0.78.2" +version = "0.79.0" dependencies = [ "assert_matches", "brunch", @@ -887,7 +887,7 @@ dependencies = [ [[package]] name = "vhdl_lang_macros" -version = "0.78.2" +version = "0.79.0" dependencies = [ "quote", "syn", @@ -895,7 +895,7 @@ dependencies = [ [[package]] name = "vhdl_ls" -version = "0.78.2" +version = "0.79.0" dependencies = [ "clap", "env_logger", diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index 8f728de3..c8ab34ee 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.78.2" +version = "0.79.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.78.2", path = "../vhdl_lang_macros" } +vhdl_lang_macros = { version = "^0.79.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 46bd2f8f..05a08bb1 100644 --- a/vhdl_lang_macros/Cargo.toml +++ b/vhdl_lang_macros/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang_macros" -version = "0.78.2" +version = "0.79.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 0b99cdca..42a0d942 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.78.2" +version = "0.79.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.78.2", path = "../vhdl_lang" } +vhdl_lang = { version = "^0.79.0", path = "../vhdl_lang" } serde_json = "1" serde = "1" lsp-types = "^0.95.0"