Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency of svd-parser on svd-rs #273

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

Tiwalun
Copy link
Contributor

@Tiwalun Tiwalun commented Sep 17, 2024

Version 0.14.6 of the svd-parseruses Datatype from the svd-rscrate, which was added in version 0.14.9.

This unfortunately means that the released version of svd-parser is broken, if it ends up being used in a project where svd-rsis used in a version earlier than 0.14.9.

See probe-rs/probe-rs#2814 for the compilation error.

@Tiwalun Tiwalun requested a review from a team as a code owner September 17, 2024 04:21
@burrbull burrbull added this pull request to the merge queue Sep 17, 2024
Merged via the queue into rust-embedded:master with commit 6458acc Sep 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants