-
Notifications
You must be signed in to change notification settings - Fork 8
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 on crates.io #15
Comments
I'm waiting for a v0.8 release of Do note that, when a release is possible, |
Unfortunately there is no semver compatible update. So we need this release. Do you know what is blocking the cortex-m release? I can ping folks to have another look at your MR. Last movement was in May. |
I do not. But the crate depends on Also, is it possible to release a crate if a feature-gated module requires unreleased code? If not, the |
Addendum: the API of |
Can't we just make a patch release with the old codebase? |
The old codebase is no longer maintained. But I've published a hotfix pre-release you can try out: https://crates.io/crates/itm/0.9.0-rc.1. |
Thanks! |
To be honest, the new Is there any way to get the |
I don't think it impossible to offer a |
For the |
That's not really true. That moves the decoder. So you cannot iterate over it. So if you want to look at items in another loop that does not work. In this case you can switch it up, but for a general case the current API is not nice. |
Hi,
any plans for a release on crates.io? There is a version 0.7.0 tagged in the repo, but I couldn't find it on crates.io.
We currently have a problem in probe-rs with version 0.6.3 of itm-decode (see probe-rs/probe-rs#1283), due to the indirect dependency on funty 1.2.0, which got yanked.
A new release on crates.io would be great so that we can fix this.
Thanks!
The text was updated successfully, but these errors were encountered: