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"
1313
1414[dependencies ]
1515convert_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" }
1817thiserror = " 1.0.31"
1918
2019[dependencies .xmltree ]
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ derive-from = ["svd-rs/derive-from"]
1919expand = [" derive-from" ]
2020
2121[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" }
2423roxmltree = " 0.19"
2524anyhow = " 1.0.58"
2625thiserror = " 1.0.31"
You can’t perform that action at this time.
0 commit comments