From 7650a98d1f90367951ff59d5e8f163319d3d6d46 Mon Sep 17 00:00:00 2001 From: light-ly <1505507717@qq.com> Date: Mon, 30 Sep 2024 12:32:55 +0800 Subject: [PATCH] update dependency --- .gitmodules | 3 +++ Cargo.toml | 1 + rust_hdl | 1 + sv-parser | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 rust_hdl diff --git a/.gitmodules b/.gitmodules index c527579..caea65c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Cargo.toml b/Cargo.toml index fceb979..29788d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/rust_hdl b/rust_hdl new file mode 160000 index 0000000..f881ca1 --- /dev/null +++ b/rust_hdl @@ -0,0 +1 @@ +Subproject commit f881ca161ac60accdf65295851ded9abf413da75 diff --git a/sv-parser b/sv-parser index 4a73dc8..90e9d4c 160000 --- a/sv-parser +++ b/sv-parser @@ -1 +1 @@ -Subproject commit 4a73dc87f7ab8dfdc0b08de89a04d9e39fd26895 +Subproject commit 90e9d4cb3ba4e3a55a9b3fcd0fb83389a376ec35