mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2026-09-08 23:57:59 +08:00
- Update Docker images and Rust toolchain to v1.23 and nightly-2026-02-24 - Update printf-compat dependency from git to crates.io v0.3.1 - Update xarray dependency to newer git revision - Add DragonReach to app blocklist - Fix various code issues and improve code quality - Update target specification files for architecture consistency Signed-off-by: longjin <longjin@DragonOS.org>
10 lines
146 B
Makefile
10 lines
146 B
Makefile
.PHONY: fmt
|
|
fmt:
|
|
@cargo fmt --all $(FMT_CHECK)
|
|
|
|
clean:
|
|
@cargo clean
|
|
|
|
check:
|
|
@cargo +nightly-2026-02-24 check --workspace --message-format=json
|