fix: build-scripts和tools目录下的make check指定工具链版本 (#861)

This commit is contained in:
LoGin
2024-07-22 23:00:37 +08:00
committed by GitHub
parent 1ea2daad81
commit 79ad6e5ba4
3 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,4 @@ clean:
@cargo clean
check:
@cargo check --all
@cargo +nightly-2023-08-15 check --workspace --message-format=json