File tree Expand file tree Collapse file tree 4 files changed +39
-105
lines changed Expand file tree Collapse file tree 4 files changed +39
-105
lines changed Original file line number Diff line number Diff line change 66
77[package ]
88name = " vhdl_lang"
9- version = " 0.83.1 "
9+ version = " 0.84.0 "
1010authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
1111license = " MPL-2.0"
1212description = " VHDL Language Frontend"
1313repository = " https://github.com/kraigher/rust_hdl"
1414edition = " 2021"
1515
1616[dependencies ]
17- vhdl_lang_macros = { version = " ^0.83.1 " , path = " ../vhdl_lang_macros" }
17+ vhdl_lang_macros = { version = " ^0.84.0 " , path = " ../vhdl_lang_macros" }
1818pad = " 0"
1919fnv = " 1"
2020clap = { version = " 4" , features = [" derive" ] }
2121toml = " 0"
2222glob = " 0"
23- dirs = " 5 "
23+ dirs = " 6.0.0 "
2424rayon = " 1"
2525parking_lot = " 0"
2626dunce = " 1"
2727pinned_vec = " 0"
2828itertools = " 0"
2929subst = " 0.3.0"
30- strum = { version = " 0.26.2 " , features = [" derive" ] }
30+ strum = { version = " 0.27.1 " , features = [" derive" ] }
3131enum-map = " 2.7.3"
3232
3333[dev-dependencies ]
Original file line number Diff line number Diff line change 66
77[package ]
88name = " vhdl_lang_macros"
9- version = " 0.83.1 "
9+ version = " 0.84.0 "
1010authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
1111license = " MPL-2.0"
1212description = " VHDL Language Frontend - Macros"
Original file line number Diff line number Diff line change 66
77[package ]
88name = " vhdl_ls"
9- version = " 0.83.1 "
9+ version = " 0.84.0 "
1010authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
1111license = " MPL-2.0"
1212description = " VHDL Language Server"
@@ -15,7 +15,7 @@ edition = "2021"
1515readme = " ../README.md"
1616
1717[dependencies ]
18- vhdl_lang = { version = " ^0.83.1 " , path = " ../vhdl_lang" }
18+ vhdl_lang = { version = " ^0.84.0 " , path = " ../vhdl_lang" }
1919serde_json = " 1"
2020serde = " 1"
2121lsp-types = " ^0.95.1"
You can’t perform that action at this time.
0 commit comments