From 1d9e0373e8ca81ac7c16a28bf0e1836f32d66085 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 5 May 2024 19:57:45 +0300 Subject: [PATCH] chore: Remove toolchain override --- Justfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Justfile b/Justfile index cc349fb..8b2c4df 100644 --- a/Justfile +++ b/Justfile @@ -18,10 +18,9 @@ _default: # Run the CI @ci: && msrv - cargo +stable build -q - cargo +stable fmt -- --check - cargo +stable clippy -- -D warnings - cargo +{{msrv}} clippy -- -D warnings + cargo build -q + cargo fmt -- --check + cargo clippy -- -D warnings # Check that the current MSRV is correct @msrv: