We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c8707 + 65093c0 commit 5e84292Copy full SHA for 5e84292
xgboost-sys/Cargo.toml
@@ -13,4 +13,4 @@ readme = "README.md"
13
libc = "0.2"
14
15
[build-dependencies]
16
-bindgen = "0.36"
+bindgen = "0.59"
xgboost-sys/build.rs
@@ -36,6 +36,7 @@ fn main() {
36
.header("wrapper.h")
37
.clang_arg(format!("-I{}", xgb_root.join("include").display()))
38
.clang_arg(format!("-I{}", xgb_root.join("rabit/include").display()))
39
+ .size_t_is_usize(true)
40
.generate()
41
.expect("Unable to generate bindings.");
42
0 commit comments