Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = false

[dependencies]
# Version-locked to not make the CI go out of date
bindgen = "=0.72.0"
bindgen = "=0.72.1"
2 changes: 1 addition & 1 deletion src/ffi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.72.0 */
/* automatically generated by rust-bindgen 0.72.1 */

pub const ADLX_VER_MAJOR: u32 = 1;
pub const ADLX_VER_MINOR: u32 = 4;
Expand Down
Loading