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.
1 parent 963f4d4 commit 6f85036Copy full SHA for 6f85036
couchbase-lite-core-sys/Cargo.toml
@@ -8,5 +8,5 @@ edition = "2018"
8
9
[build-dependencies]
10
cmake = "0.1.42"
11
-bindgen = "0.52.0"
+bindgen = "0.53.2"
12
cc = "1.0.48"
couchbase-lite-core-sys/build.rs
@@ -154,6 +154,7 @@ fn run_bindgen_for_c_headers<P: AsRef<Path>>(
154
.header(c_file_path.to_str().unwrap())
155
.generate_comments(false)
156
.prepend_enum_name(true)
157
+ .size_t_is_usize(true)
158
.rustfmt_bindings(false);
159
bindings = include_dirs.iter().fold(bindings, |acc, x| {
160
acc.clang_arg("-I".to_string() + x.as_ref().to_str().unwrap())
0 commit comments