Tags: immunant/c2rust
Tags
Release 0.19.0 (#1116) This * updates our version to `0.19.0` * fixes `clippy` warnings * fixes warnings on `stable` (`1.80.1`), including setting `resolver = "2"` * sets `rust-version = "1.65"`, our pinned nightly However, I'm unable to run `cargo update` since the resolver is still MSRV-unaware IIUC. `cargo outdated` also fails: ```shell > cargo outdated -R error: failed to run `rustc` to learn about target-specific information Caused by: process didn't exit successfully: `/home/kkysen/.rustup/toolchains/nightly-2022-08-08-x86_64-unknown-linux-gnu/bin/rustc - --crate-name ___ --print=file-names -C link-arg=-fuse-ld=/home/kkysen/work/c++/mold/current/bin/mold --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 1) --- stderr error: unknown print request `split-debuginfo` ``` Otherwise, this should be everything according to https://github.com/immunant/c2rust/wiki/Release-Process that needs to be checked in.
PreviousNext