diff --git a/build.rs b/build.rs index fd83ed0..bf5680e 100644 --- a/build.rs +++ b/build.rs @@ -9,5 +9,6 @@ fn main() { generate_cargo_keys(flags).expect("Unable to generate the cargo keys!"); Ructe::from_env() .expect("ructe") - .compile_templates("templates"); + .compile_templates("templates") + .unwrap(); }