We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2de11 commit 71b33bfCopy full SHA for 71b33bf
svd-encoder/Cargo.toml
@@ -13,8 +13,7 @@ readme = "README.md"
13
14
[dependencies]
15
convert_case = "0.6.0"
16
-svd-rs = { repository = "https://github.com/romancardenas/svd.git" } # TODO use crates.io
17
-# svd-rs = { version = "0.14.7", path = "../svd-rs" }
+svd-rs = { version = "0.14.7", path = "../svd-rs" }
18
thiserror = "1.0.31"
19
20
[dependencies.xmltree]
svd-parser/Cargo.toml
@@ -19,8 +19,7 @@ derive-from = ["svd-rs/derive-from"]
expand = ["derive-from"]
21
22
23
24
roxmltree = "0.19"
25
anyhow = "1.0.58"
26
0 commit comments