chore: 将工具链更新到2024-07-23 (#864)

* chore: 将工具链更新到2024-07-23
This commit is contained in:
LoGin
2024-07-25 00:55:02 +08:00
committed by GitHub
parent 634349e0eb
commit bd70d2d1f4
150 changed files with 237 additions and 200 deletions

View File

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

View File

@ -1,5 +1,3 @@
#![feature(cfg_target_abi)]
#[macro_use]
extern crate lazy_static;
extern crate cc;