runner icon indicating copy to clipboard operation
runner copied to clipboard

Add Rust v1.75.0 (Stable)

Open andria-dev opened this issue 1 year ago • 1 comments

  • Name: Rust
  • Version: 1.75.0 (Stable)
  • Release Note/Changelog: https://releases.rs/docs/1.75.0/ (released on 28 Dec 2023)

:+1: reaction might help to get this request prioritized.

andria-dev avatar Jan 19 '24 05:01 andria-dev

Yeah, I've been wanting to add newer Rust, but it's been blocked by #250.

I just found out that nextest recently added experimental/partial support for a machine-readable output format compatible with libtest JSON.

NEXTEST_EXPERIMENTAL_LIBTEST_JSON=1 \
    cargo nextest run --message-format libtest-json --message-format-version 0.1

https://nexte.st/book/run-machine-readable.html

We need to try this and see how it works.

kazk avatar Jan 19 '24 05:01 kazk