diff --git a/vhdl_lang/Cargo.toml b/vhdl_lang/Cargo.toml index 9a914fcf..2ccd9b45 100644 --- a/vhdl_lang/Cargo.toml +++ b/vhdl_lang/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_lang" -version = "0.20.0" +version = "0.21.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 b4fafe9f..dcf00157 100644 --- a/vhdl_ls/Cargo.toml +++ b/vhdl_ls/Cargo.toml @@ -6,7 +6,7 @@ [package] name = "vhdl_ls" -version = "0.20.0" +version = "0.21.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.20.0", path = "../vhdl_lang"} +vhdl_lang = { version = "^0.21.0", path = "../vhdl_lang"} serde_json = "1" serde = "1" lsp-types = "0"