codewars / runner

Issue tracker for Code Runner
34 stars 8 forks source link

Add Rust v1.75.0 (Stable) #291

Open andria-dev opened 10 months ago

andria-dev commented 10 months ago

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

kazk commented 10 months ago

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.