-
Notifications
You must be signed in to change notification settings - Fork 234
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
Release a new version #215
Comments
One more task so I don't forget:
|
embassy-rs is blocking us doing a release, because rp-hal git depends on embassy-traits. $ cargo publish --dry-run
Updating crates.io index
error: all dependencies must have a version specified when publishing.
dependency `embassy-traits` does not specify a version
Note: The published dependency will use the version from crates.io,
the `git` specification will be removed from the dependency declaration. |
Asked about it in embassy-rs/embassy#549 |
As long as embassy-traits is not released to crates.io, it wouldn't be a huge loss to disable embassy-traits support in the published rp-hal as well.
|
Doesn't it complain that embassy-traits isn't a feature any more? |
Apparently not... |
Done! |
There has not been a new release of rp2040-hal for several months. During that time, the crate improved significantly.
With a new release (0.3.0?), it would be much easier for newcomers to find those improvements.
As rp2040-hal depends on pio, which was not yet released to crates.io, there are a few steps to be taken:
The text was updated successfully, but these errors were encountered: