From a6e27e265ba8c63f6707ab12b1e09c9a977e107c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 20 Sep 2025 16:22:10 +0800 Subject: Move config.toml env to env::constants --- .cargo/config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index 6a91e42..0b8b5cf 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,4 @@ [build] target-dir = "./.temp/target" -[env] -PATH_TEMP = ".temp/" \ No newline at end of file +[env] \ No newline at end of file -- cgit