summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-06 09:11:25 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-06 09:11:25 +0300
commitd2d0633dd18d838ba58ee187f9364d991172910b (patch)
tree6368cddb3357641d020593411757ef73f380d93c /build.rs
parentbd46378ac4b20701bb9b105c1227074c2e1bf0e0 (diff)
downloadcachedir-rs-d2d0633dd18d838ba58ee187f9364d991172910b.tar.gz
chore: update dependencies to be current
Sponsored-by: author
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 7e3f139..5b717b2 100644
--- a/build.rs
+++ b/build.rs
@@ -2,5 +2,5 @@ use std::path::Path;
fn main() {
println!("cargo:rerun-if-changed=build.rs");
- subplot_build::codegen(Path::new("cachedir.md")).expect("failed to generate code with Subplot");
+ subplot_build::codegen(Path::new("cachedir.subplot")).expect("failed to generate code with Subplot");
}