From b5b7c3d9d1668c6208a00438a9afa00b4ed5d500 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Oct 2025 02:01:37 +0800 Subject: Fix config.toml formatting - Add missing newline at end of file in .cargo/config.toml --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 0b8b5cf..e3cd902 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,4 @@ [build] target-dir = "./.temp/target" -[env] \ No newline at end of file +[env] -- cgit