server: Use crate version of cacher

This commit is contained in:
2025-01-17 15:51:16 -08:00
parent a8ac79d396
commit 17b1125ea3
4 changed files with 15 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
fn main() {
// Calling `build_info_build::build_script` collects all data and makes it available to `build_info::build_info!`
// and `build_info::format!` in the main program.
build_info_build::build_script();
// Calling `build_info_build::build_script` collects all data and makes it available to `build_info::build_info!`
// and `build_info::format!` in the main program.
build_info_build::build_script();
}