diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:20:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 15:20:20 +0800 |
| commit | 5bffd568245babb8b1ed42b8c19647426414121f (patch) | |
| tree | a57e7a709dab57e2f9f007d63907066b2c42e9bc /.cargo/config.toml | |
| parent | bb6c64fe18dd3dc8fd683da127936917b17df0a6 (diff) | |
Move deploy directory to .temp folder
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
