From 99d516f46bce4048633b85ff2ce0c2446673208e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 4 Mar 2022 08:15:21 +0200 Subject: test: show cargo, rustc versions in ./check -v Sponsored-by: author --- check | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check b/check index 2da9a65..905bc5b 100755 --- a/check +++ b/check @@ -42,6 +42,9 @@ require_cmd pdflatex # daemonize installation location changed from Debian 10 to 11. require_cmd daemonize || require_cmd /usr/sbin/daemonize +$hideok cargo --version +$hideok rustc --version + got_cargo_cmd clippy && cargo clippy --all-targets -q $hideok cargo build --all-targets got_cargo_cmd fmt && $hideok cargo fmt -- --check -- cgit v1.2.1