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

embedded-nal-async half-needlessly requires nightly #78

Closed
chrysn opened this issue Jan 30, 2024 · 1 comment
Closed

embedded-nal-async half-needlessly requires nightly #78

chrysn opened this issue Jan 30, 2024 · 1 comment

Comments

@chrysn
Copy link
Member

chrysn commented Jan 30, 2024

As both the embedded-nal-async versions that are supported are behind the same flag, users of the 0.7 version (that works with stable) still pull in 0.6 (that requires nightly).

Options are:

  • ditch 0.6 in a 0.8.3 (because after all, it requires nightly so it's not really a breaking change ... yeah well it is but it wasn't in for long ... which also doesn't make it less of a breaking change)
  • add a gate that is not enabling 0.6 but enables 0.7 ... or remove the gate for 0.7 altogether (just like other gates were removed in the past)
  • just do the next breaking version already and ditch 0.6 there (there's so many tickets right now that do wait for a breaking version)
@chrysn
Copy link
Member Author

chrysn commented Aug 20, 2024

With #90 merged, 0.6 was ditched.

@chrysn chrysn closed this as completed Aug 20, 2024
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

No branches or pull requests

1 participant