diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-20 16:22:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-20 16:22:10 +0800 |
| commit | a6e27e265ba8c63f6707ab12b1e09c9a977e107c (patch) | |
| tree | 878f57a128ad92c6ee8d72c6e41acabf70cfd8c1 /.cargo | |
| parent | b877bd1b0e35bcd11399a27190049f0f9d56f33b (diff) | |
Move config.toml env to env::constants
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
