-
Notifications
You must be signed in to change notification settings - Fork 211
bxcan/defmt version conflict #285
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
Comments
Indeed the tests only test against one specific version. Mind creating a PR for the suggested change? |
Do you have a preference for ">=0.4" or ">=0.4, <0.6". I'm a bit new to this and not sure what longer term maintenance issues will be for different choices. |
I think I'd use the latter, if we need to adjust we can always adjust. Automatic breakage is bad and we don't know what the future will hold for us. ;) |
Ok. If I had been smarter I would have called my branch trying so I could run your CI first. I guess it gets run when I do the PR, so I won't mess with your ci.yml. I've done my own testing at https://github.com/pdgilbert/eg_stm_hal/actions/runs/712978531 and https://github.com/pdgilbert/LoRaGPS-rust/actions/runs/712984731. Everything works that is not broken for other reasons. I'll do the PR shortly. |
Hmmm. Seems it failed the changelog check. Am I suppose to change that or do you? |
You are supposed to do that. 😅 |
I'm not sure of the preferred way to indicat this change. The CHANGELOG.md
Should I edit that to make the version range clear, or add a new item line? |
If it's in the |
Thanks. |
286: Test bxcan version relax r=therealprof a=pdgilbert This PR is to switch the version requirement for` bxcan` to ">=0.4, <0.6". See #285 for more details. Co-authored-by: Paul Gilbert <[email protected]>
Could you please relax the version constraint on
bxcan
(#273) to ">=0.4" or ">=0.4, <0.6" for reasons described at stm32-rs/stm32f7xx-hal#114 (comment). Your CI on #273 looks clean, but you must not be testing with anything else that has a different specificbxcan
ordefmt
version specification.The text was updated successfully, but these errors were encountered: