update dependency
This commit is contained in:
parent
963f389c9d
commit
7650a98d1f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "sv-parser"]
|
||||
path = sv-parser
|
||||
url = https://github.com/light-ly/sv-parser.git
|
||||
[submodule "rust_hdl"]
|
||||
path = rust_hdl
|
||||
url = https://github.com/light-ly/rust_hdl.git
|
||||
|
@ -6,6 +6,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sv-parser = { version = "0.13.3", path = "sv-parser/sv-parser"}
|
||||
vhdl_lang = { version = "^0.83.0", path = "rust_hdl/vhdl_lang" }
|
||||
once_cell = "1.8"
|
||||
percent-encoding = "2.1.0"
|
||||
log = "0.4.19"
|
||||
|
1
rust_hdl
Submodule
1
rust_hdl
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f881ca161ac60accdf65295851ded9abf413da75
|
@ -1 +1 @@
|
||||
Subproject commit 4a73dc87f7ab8dfdc0b08de89a04d9e39fd26895
|
||||
Subproject commit 90e9d4cb3ba4e3a55a9b3fcd0fb83389a376ec35
|
Loading…
x
Reference in New Issue
Block a user