Skip to content

Commit

Permalink
point to fork (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed Jun 30, 2024
1 parent a686546 commit 5b2de11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion svd-encoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ readme = "README.md"

[dependencies]
convert_case = "0.6.0"
svd-rs = { version = "0.14.7", path = "../svd-rs" }
svd-rs = { repository = "https://github.com/romancardenas/svd.git" } # TODO use crates.io
# svd-rs = { version = "0.14.7", path = "../svd-rs" }
thiserror = "1.0.31"

[dependencies.xmltree]
Expand Down
3 changes: 2 additions & 1 deletion svd-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ derive-from = ["svd-rs/derive-from"]
expand = ["derive-from"]

[dependencies]
svd-rs = { version = "0.14.7", path = "../svd-rs" }
svd-rs = { repository = "https://github.com/romancardenas/svd.git" } # TODO use crates.io
# svd-rs = { version = "0.14.7", path = "../svd-rs" }
roxmltree = "0.19"
anyhow = "1.0.58"
thiserror = "1.0.31"
Expand Down

0 comments on commit 5b2de11

Please sign in to comment.