-
Notifications
You must be signed in to change notification settings - Fork 69
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
bxcan/defmt version conflict #114
Comments
I'm not familiar with If the answer to both questions is "yes", then I'm happy to merge a PR that relaxes the version requirement. Although it shouldn't be open-ended, but restricted to versions that are known to work (so |
(Anyone please correct me if I say something is wrong. This is the first time I've run into this.) The problem seems to be that
Technically I think this is not about "multiple versions" but rather about allowing a range of versions so that a single version can be selected when other linked crates also use The change from
I am pretty sure your last upgraded specification has already broken things for your users. It is just not being widely reported because
So, this is a fix for something that is already broken. I'll submit a PR shortly. |
Thanks for the info, and sorry for the late reply. I'll reply on your pull request (#115). |
Fixed in #115. |
In code that uses multiple device crates I have started having
cargo update
problems because of the change in the dependencybxcan = "0.5"
(see stm32-rs/bxcan#22 (comment)). Can the dependency be more flexible, saybxcan = ">=0.4"
?The text was updated successfully, but these errors were encountered: