MabezDev / idf2svd

Apache License 2.0
14 stars 7 forks source link

Fix build issue resulting from referencing an invalid git commit #16

Closed jessebraham closed 4 years ago

jessebraham commented 4 years ago

Fixes #15. As documented in the issue, building the project in its current form will fail for some users (cargo's caching allows some of us to build). This is due to a now invalid commit hash being referenced in Cargo.lock.

Previously we were using commit f8c26aa4 from the build branch of svd-parser, but that doesn't seem to exist in the tree anymore. 1b5234d4 is quite similar (it looks like there was a rebase or something) so that can be used instead with only one small adjustment, which I have addressed.

MabezDev commented 4 years ago

Thanks @jessebraham, looks like that PR was merged, so I've applied your fix in master, using the current master commit.