diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index 015b8e90..5977cfaa 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.33.0" +version = "0.34.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 9234ca44..d2d1e2e4 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.33.0" +version = "0.34.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.33.0", path = "../vhdl_lang"} +vhdl_lang = { version = "^0.34.0", path = "../vhdl_lang"} serde_json = "1" serde = "1" lsp-types = "0"