Skip to content

Commit c8759b2

Browse files
authored
Remove obsolete file (#4)
Also upgrade bindgen
1 parent dea3f42 commit c8759b2

File tree

3 files changed

+2
-196
lines changed

3 files changed

+2
-196
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default-features = false # Disable features which are enabled by default
1414
features = ["precommit-hook", "run-cargo-clippy", "run-cargo-fmt"]
1515

1616
[build-dependencies]
17-
bindgen = "0.63"
17+
bindgen = "0.69.4"
1818
fs_extra = "1.2.0"
1919

2020
[lib]

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ fn generate_bindings() -> Result<(), Box<dyn Error>> {
166166
.allowlist_function("_?FL.*")
167167
.no_copy("FLSliceResult")
168168
.size_t_is_usize(true)
169-
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
169+
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
170170
.generate()
171171
.expect("Unable to generate bindings")
172172
.write_to_file(PathBuf::from(out_dir).join("bindings.rs"))

tests/simple_tests.rs

Lines changed: 0 additions & 194 deletions
This file was deleted.

0 commit comments

Comments
 (0)