File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ readme = "README.md"
13
13
14
14
[dependencies ]
15
15
convert_case = " 0.6.0"
16
- svd-rs = { version = " 0.14.7" , path = " ../svd-rs" }
16
+ svd-rs = { repository = " https://github.com/romancardenas/svd.git" } # TODO use crates.io
17
+ # svd-rs = { version = "0.14.7", path = "../svd-rs" }
17
18
thiserror = " 1.0.31"
18
19
19
20
[dependencies .xmltree ]
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ derive-from = ["svd-rs/derive-from"]
19
19
expand = [" derive-from" ]
20
20
21
21
[dependencies ]
22
- svd-rs = { version = " 0.14.7" , path = " ../svd-rs" }
22
+ svd-rs = { repository = " https://github.com/romancardenas/svd.git" } # TODO use crates.io
23
+ # svd-rs = { version = "0.14.7", path = "../svd-rs" }
23
24
roxmltree = " 0.19"
24
25
anyhow = " 1.0.58"
25
26
thiserror = " 1.0.31"
You can’t perform that action at this time.
0 commit comments