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