diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-23 03:01:47 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-23 03:01:47 +0800 |
| commit | 9880a6409e8eed4e1210406603d8aff65fac6a0c (patch) | |
| tree | 8eb6146771fea38f4a5b3e7f7d17e784fd26ce79 /build.rs | |
| parent | 137c41af5336d06351d95a37788401dd093efe19 (diff) | |
Move Registry.toml into .cargo/ subdirectory
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ const REGISTRY_RS_TEMPLATE: &str = "./templates/_registry.rs.template"; const RENDERER_LIST_TEMPLATE: &str = "./templates/renderer_list.rs.template"; const RENDERER_LIST: &str = "./src/cmd/renderers/renderer_list.rs"; -const REGISTRY_TOML: &str = "./Registry.toml"; +const REGISTRY_TOML: &str = "./.cargo/registry.toml"; fn main() { println!("cargo:rerun-if-env-changed=FORCE_BUILD"); |
