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 6
6
7
7
[package ]
8
8
name = " vhdl_lang"
9
- version = " 0.83.1 "
9
+ version = " 0.84.0 "
10
10
authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
11
11
license = " MPL-2.0"
12
12
description = " VHDL Language Frontend"
13
13
repository = " https://github.com/kraigher/rust_hdl"
14
14
edition = " 2021"
15
15
16
16
[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" }
18
18
pad = " 0"
19
19
fnv = " 1"
20
20
clap = { version = " 4" , features = [" derive" ] }
21
21
toml = " 0"
22
22
glob = " 0"
23
- dirs = " 5 "
23
+ dirs = " 6.0.0 "
24
24
rayon = " 1"
25
25
parking_lot = " 0"
26
26
dunce = " 1"
27
27
pinned_vec = " 0"
28
28
itertools = " 0"
29
29
subst = " 0.3.0"
30
- strum = { version = " 0.26.2 " , features = [" derive" ] }
30
+ strum = { version = " 0.27.1 " , features = [" derive" ] }
31
31
enum-map = " 2.7.3"
32
32
33
33
[dev-dependencies ]
Original file line number Diff line number Diff line change 6
6
7
7
[package ]
8
8
name = " vhdl_lang_macros"
9
- version = " 0.83.1 "
9
+ version = " 0.84.0 "
10
10
authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
11
11
license = " MPL-2.0"
12
12
description = " VHDL Language Frontend - Macros"
Original file line number Diff line number Diff line change 6
6
7
7
[package ]
8
8
name = " vhdl_ls"
9
- version = " 0.83.1 "
9
+ version = " 0.84.0 "
10
10
authors = [" Olof Kraigher <olof.kraigher@gmail.com>" ]
11
11
license = " MPL-2.0"
12
12
description = " VHDL Language Server"
@@ -15,7 +15,7 @@ edition = "2021"
15
15
readme = " ../README.md"
16
16
17
17
[dependencies ]
18
- vhdl_lang = { version = " ^0.83.1 " , path = " ../vhdl_lang" }
18
+ vhdl_lang = { version = " ^0.84.0 " , path = " ../vhdl_lang" }
19
19
serde_json = " 1"
20
20
serde = " 1"
21
21
lsp-types = " ^0.95.1"
You can’t perform that action at this time.
0 commit comments