mirror of
https://github.com/bspeice/aeron-rs
synced 2025-07-04 23:34:56 -04:00
Pin minimum support at Rust 1.33
No promises about maintaining that, just want to know if/when I do something that breaks it
This commit is contained in:
@ -93,7 +93,7 @@ pub fn main() {
|
||||
|
||||
println!("cargo:include={}", header_path.display());
|
||||
let bindings = bindgen::Builder::default()
|
||||
.clang_arg(&format!("-I{}", header_path.display()))
|
||||
.clang_arg(format!("-I{}", header_path.display()))
|
||||
.header("bindings.h")
|
||||
.whitelist_function("aeron_.*")
|
||||
.whitelist_type("aeron_.*")
|
||||
|
Reference in New Issue
Block a user