Skip to content

Commit ccc0128

Browse files
poliorceticsjyn514
authored andcommitted
chore: update to bindgen 1.60
1 parent 87cdcee commit ccc0128

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

boring-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727
]
2828

2929
[build-dependencies]
30-
bindgen = { version = "0.59", default-features = false, features = ["runtime"] }
30+
bindgen = { version = "0.60", default-features = false, features = ["runtime"] }
3131
cmake = "0.1"
3232

3333
[features]

boring-sys/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use std::convert::TryInto;
1515
use std::ffi::c_void;
1616
use std::os::raw::{c_char, c_int, c_uint, c_ulong};
1717

18-
#[allow(deref_nullptr)] // TODO: remove this when https://github.com/rust-lang/rust-bindgen/issues/1651 finally gets fixed
1918
mod generated {
2019
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
2120
}

0 commit comments

Comments
 (0)