chore: 将cargo.lock恢复提交到git (#1114)

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin
2025-03-25 11:27:50 +08:00
committed by GitHub
parent f8c5e12d70
commit 8b8f2f7981
10 changed files with 5970 additions and 3 deletions

View File

@ -20,7 +20,6 @@ all:
clean:
rm -f Cargo.lock
$(MAKE) -C src clean ARCH=$(ARCH)
.PHONY: fmt