From c268230724af29d0a85e06fdf616ccc4f1c96303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Maty=C3=A1=C5=A1ek?= Date: Wed, 24 Jul 2024 08:56:34 +0200 Subject: [PATCH] chore: verify MSRV in `just lint` --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index e5561f6..925c27d 100644 --- a/justfile +++ b/justfile @@ -20,6 +20,7 @@ lint: cargo outdated -q -R --exit-code=1 cargo hack -q --feature-powerset check cargo deny --log-level=error check -s + cargo msrv --no-user-output verify @test profile="dev": cargo llvm-cov --profile {{ profile }} --workspace --all-features --all-targets