Skip to content

Commit 20127cf

Browse files
committed
- Upgraded bindgen to 0.66.1 (#323)
- Upgraded libloading to 0.8 - Added instructions to rerun build scripts if dependent files have changed - Enabled bindgen to invalidate the built crate whenever any transitively included header files from the wrapper change - Removed some default true options from our bindgen builder Co-authored-by: Sam Privett <[email protected]>
1 parent 63706fb commit 20127cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rosidl_runtime_rs/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ fn main() {
2020
let library_path = Path::new(ament_prefix_path).join("lib");
2121
println!("cargo:rustc-link-search=native={}", library_path.display());
2222
}
23+
24+
// Invalidate the built crate whenever this script changes
25+
println!("cargo:rerun-if-changed=build.rs");
2326
}

0 commit comments

Comments
 (0)