-
Notifications
You must be signed in to change notification settings - Fork 162
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
v0.6.3 release? #217
Comments
There was a breaking change since v0.6.2: #190 |
0.6.2 no longer works in nightly ( |
It should still work without the unstable |
Documentation doesn't say this feature is unstable. |
It would be really great if |
I'll take this on |
0.6.3 is now published 🎉 |
Thanks a lot!! |
Thanks for the release! A small question: the |
Ah, that's annoying, yes that will be why. We should add a docs.rs metadata section to our |
Maybe showing the latest and greatest architecture is a good idea as it will most probably include all previous architecture features? For example that would be |
256: Add embedded targets to docs.rs r=jonas-schievink a=hug-dev Some modules of this repo are gated by the various targets and hence docs.rs does not show the documentation for them! Like the Armv8-M ones for [example](#217 (comment)) and the `cmse` module. docs.rs now allows building for specific target and since [this PR](rust-lang/docs.rs#633) even for targets available via `rustup`! The `stm32f3_discovery` crate does it, look at ["Platform" on docs.rs](https://docs.rs/stm32f3-discovery/0.4.0/stm32f3_discovery/index.html). So I think it would be very neat to have on `cortex-m` and I proposing to add the following targets. The first one will show by default, I choosed the latest and greatest for that 😄 I tested locally with `cargo doc --target ...` for all of them. Co-authored-by: Hugues de Valon <[email protected]>
Did anything breaking land in master since the v0.6.2 release?
I would like to see a v0.6.x release that includes binary-level fixes like #212 and #216
The text was updated successfully, but these errors were encountered: