Skip to content

Commit 71b33bf

Browse files
committed
Revert "point to fork (temporary)"
This reverts commit 5b2de11.
1 parent 5b2de11 commit 71b33bf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

svd-encoder/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ readme = "README.md"
1313

1414
[dependencies]
1515
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" }
1817
thiserror = "1.0.31"
1918

2019
[dependencies.xmltree]

svd-parser/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ derive-from = ["svd-rs/derive-from"]
1919
expand = ["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" }
2423
roxmltree = "0.19"
2524
anyhow = "1.0.58"
2625
thiserror = "1.0.31"

0 commit comments

Comments
 (0)