Conversation
bea2341 to
ec23cfa
Compare
ec23cfa to
9527c7a
Compare
|
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.0clippywarningsstable(1.80.1), including settingresolver = "2"rust-version = "1.65", our pinned nightlyHowever, I'm unable to run
cargo updatesince the resolver is still MSRV-unaware IIUC.cargo outdatedalso fails:Otherwise, this should be everything according to https://github.com/immunant/c2rust/wiki/Release-Process that needs to be checked in.