Skip to content

Commit

Permalink
Release 0.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Nov 11, 2023
1 parent 9105fee commit fdd01d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vhdl_lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

[package]
name = "vhdl_lang"
version = "0.73.0"
version = "0.74.0"
authors = ["Olof Kraigher <[email protected]>"]
license = "MPL-2.0"
description = "VHDL Language Frontend"
repository = "https://github.com/kraigher/rust_hdl"
edition = "2021"

[dependencies]
vhdl_lang_macros = { version = "^0.73.0", path = "../vhdl_lang_macros" }
vhdl_lang_macros = { version = "^0.74.0", path = "../vhdl_lang_macros" }
pad = "0"
fnv = "1"
clap = { version = "4", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion vhdl_lang_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "vhdl_lang_macros"
version = "0.73.0"
version = "0.74.0"
authors = ["Olof Kraigher <[email protected]>"]
license = "MPL-2.0"
description = "VHDL Language Frontend - Macros"
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.73.0"
version = "0.74.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.73.0", path = "../vhdl_lang" }
vhdl_lang = { version = "^0.74.0", path = "../vhdl_lang" }
serde_json = "1"
serde = "1"
lsp-types = "^0.94.0"
Expand Down

0 comments on commit fdd01d5

Please sign in to comment.