Skip to content

Commit 61b8e94

Browse files
committed
build: Bump bindgen target to 1.82
OpenEmbedded now supports Rust 1.82 and using 1.82 for bindgen allows us to support the 2024 eddition [1]. 1: rust-lang/rust-bindgen#3015 Signed-off-by: Alistair Francis <[email protected]>
1 parent 7f62d11 commit 61b8e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fn main() {
9191
let bindings = builder
9292
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
9393
.use_core()
94-
.rust_target("1.81.0".parse().unwrap())
94+
.rust_target("1.82.0".parse().unwrap())
9595
.blocklist_item("max_align_t")
9696
.blocklist_function("qfcvt_r")
9797
.blocklist_function("qfcvt")

0 commit comments

Comments
 (0)