Skip to content

Commit 5b2de11

Browse files
committed
point to fork (temporary)
1 parent a686546 commit 5b2de11

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

svd-encoder/Cargo.toml

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

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

1920
[dependencies.xmltree]

svd-parser/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ derive-from = ["svd-rs/derive-from"]
1919
expand = ["derive-from"]
2020

2121
[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" }
2324
roxmltree = "0.19"
2425
anyhow = "1.0.58"
2526
thiserror = "1.0.31"

0 commit comments

Comments
 (0)