chore: Remove toolchain override
This commit is contained in:
parent
8a2d95a98b
commit
1d9e0373e8
1 changed files with 3 additions and 4 deletions
7
Justfile
7
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:
|
||||
|
|
Loading…
Reference in a new issue