Skip to content

Commit

Permalink
Release 0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Jun 18, 2023
1 parent 89d5d37 commit 42948a2
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.64.0"
version = "0.65.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.64.0"
version = "0.65.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.64.0", path = "../vhdl_lang"}
vhdl_lang = { version = "^0.65.0", path = "../vhdl_lang"}
serde_json = "1"
serde = "1"
lsp-types = "^0.94.0"
Expand Down

0 comments on commit 42948a2

Please sign in to comment.