From 5bffd568245babb8b1ed42b8c19647426414121f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 7 Jan 2026 15:20:20 +0800 Subject: Move deploy directory to .temp folder --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index 4e5ae27..81b27e1 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,7 +2,7 @@ target-dir = "./.temp/target/" [publish] -target-dir = "./deploy/" +target-dir = "./.temp/deploy/" binaries = [ "jv", "jv.exe", -- cgit