Skip to content

Commit

Permalink
Release v0.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schottkyc137 committed Apr 9, 2024
1 parent 60e21e6 commit 1233700
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.78.2"
version = "0.79.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.78.2", path = "../vhdl_lang_macros" }
vhdl_lang_macros = { version = "^0.79.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.78.2"
version = "0.79.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,7 +6,7 @@

[package]
name = "vhdl_ls"
version = "0.78.2"
version = "0.79.0"
authors = ["Olof Kraigher <[email protected]>"]
license = "MPL-2.0"
description = "VHDL Language Server"
Expand All @@ -15,7 +15,7 @@ edition = "2021"
readme = "../README.md"

[dependencies]
vhdl_lang = { version = "^0.78.2", path = "../vhdl_lang" }
vhdl_lang = { version = "^0.79.0", path = "../vhdl_lang" }
serde_json = "1"
serde = "1"
lsp-types = "^0.95.0"
Expand Down

0 comments on commit 1233700

Please sign in to comment.