mirror of
https://github.com/bspeice/aeron-rs
synced 2024-12-21 21:38:09 -05: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:
parent
27f9a03617
commit
07d336a90c
@ -4,6 +4,8 @@ jobs:
|
||||
include:
|
||||
- rust: stable
|
||||
os: linux
|
||||
- rust: 1.33.0
|
||||
os: linux
|
||||
- rust: stable
|
||||
os: osx
|
||||
- rust: stable-msvc
|
||||
|
@ -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_.*")
|
||||
|
Loading…
Reference in New Issue
Block a user