Hello. Thank you for this valuable tool. I have encountered a depency problem.
cargo run
Updating crates.io index
Updating git repository https://github.com/rust-embedded/svd.git
error: failed to load source for a dependency on svd-parser
Caused by:
revspec 'f8c26aa421a19b5fde91f7cde969b9985a246fca' not found; class=Reference (4); code=NotFound (-3)
I removed commit hash part from this line for a temporary fix and this made me able to execute cargo run without any other depency problem. But i do not know if it would cause any other problem.
Hello. Thank you for this valuable tool. I have encountered a depency problem.
I removed commit hash part from this line for a temporary fix and this made me able to execute
cargo run
without any other depency problem. But i do not know if it would cause any other problem.