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

1
build-scripts/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

View File

@ -4,3 +4,5 @@ fmt:
clean:
@cargo clean
check:
@cargo +nightly-2023-08-15 check --workspace $(CARGO_ZBUILD) --message-format=json