Skip to content

Commit

Permalink
Version 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Dec 8, 2022
1 parent 34d9b7d commit 4ad8cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vhdl_lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "vhdl_lang"
version = "0.20.0"
version = "0.21.0"
authors = ["Olof Kraigher <[email protected]>"]
license = "MPL-2.0"
description = "VHDL Language Frontend"
Expand Down
4 changes: 2 additions & 2 deletions vhdl_ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

[package]
name = "vhdl_ls"
version = "0.20.0"
version = "0.21.0"
authors = ["Olof Kraigher <[email protected]>"]
license = "MPL-2.0"
description = "VHDL Language Server"
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"
Expand Down

0 comments on commit 4ad8cad

Please sign in to comment.