-
Notifications
You must be signed in to change notification settings - Fork 246
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 0.19.0 #1116
Release 0.19.0 #1116
Conversation
bea2341
to
ec23cfa
Compare
ec23cfa
to
9527c7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks, works great: I've given this the testing treatment our RIOT OS build system is getting (which is not a full build-all test but usually representative enough), and all works fine. I'd love to update the docs to install the latest released version rather than an untagged git commit. Is there anything that can be done to advance this to a crates.io release? |
We hit some snags on that, because there's a cargo bug where the workspace Is the GitHub release (with its tagged commit) enough for now? We're trying to publish the rest of the crates (most of the smaller dependency ones have been already), we've just been busy with other stuff, and will try to get it done soon. |
My impression on this is that anyone who uses the crate through crates.io will not get the nightly-version pinning anyway, but whatever they have installed. People might in theory install it through |
This
0.19.0
clippy
warningsstable
(1.80.1
), including settingresolver = "2"
rust-version = "1.65"
, our pinned nightlyHowever, I'm unable to run
cargo update
since the resolver is still MSRV-unaware IIUC.cargo outdated
also fails:Otherwise, this should be everything according to https://github.com/immunant/c2rust/wiki/Release-Process that needs to be checked in.