summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cargo/registry.toml (renamed from Registry.toml)0
-rw-r--r--build.rs2
2 files changed, 1 insertions, 1 deletions
diff --git a/Registry.toml b/.cargo/registry.toml
index f3f6fdd..f3f6fdd 100644
--- a/Registry.toml
+++ b/.cargo/registry.toml
diff --git a/build.rs b/build.rs
index f657a7f..c30601d 100644
--- a/build.rs
+++ b/build.rs
@@ -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");