Skip to content

Commit

Permalink
Update committed bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut Mihalcea <[email protected]>
  • Loading branch information
ionut-arm committed May 4, 2022
1 parent 06ae953 commit 059882c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cryptoki-sys/src/bindings/aarch64-unknown-linux-gnu.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.59.1 */
/* automatically generated by rust-bindgen 0.59.2 */

pub type CK_FLAGS = ::std::os::raw::c_ulong;
#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion cryptoki-sys/src/bindings/arm-unknown-linux-gnueabi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.59.1 */
/* automatically generated by rust-bindgen 0.59.2 */

pub type CK_FLAGS = ::std::os::raw::c_ulong;
#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion cryptoki-sys/src/bindings/i686-unknown-linux-gnu.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.59.1 */
/* automatically generated by rust-bindgen 0.59.2 */

pub type CK_FLAGS = ::std::os::raw::c_ulong;
#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion cryptoki-sys/src/bindings/powerpc64-unknown-linux-gnu.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.59.1 */
/* automatically generated by rust-bindgen 0.59.2 */

pub type CK_FLAGS = ::std::os::raw::c_ulong;
#[repr(C)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.59.1 */
/* automatically generated by rust-bindgen 0.59.2 */

pub type CK_FLAGS = ::std::os::raw::c_ulong;
#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion cryptoki-sys/src/bindings/x86_64-unknown-linux-gnu.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* automatically generated by rust-bindgen 0.59.1 */
/* automatically generated by rust-bindgen 0.59.2 */

pub type CK_FLAGS = ::std::os::raw::c_ulong;
#[repr(C)]
Expand Down
4 changes: 2 additions & 2 deletions cryptoki-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ include!(concat!(
))]
include!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/src/bindings/x86_64-unknown-darwin.rs"
"/src/bindings/x86_64-apple-darwin.rs"
));

#[cfg(all(
Expand All @@ -81,7 +81,7 @@ include!(concat!(
))]
include!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/src/bindings/aarch64-unknown-darwin.rs"
"/src/bindings/aarch64-apple-darwin.rs"
));

#[cfg(all(
Expand Down

0 comments on commit 059882c

Please sign in to comment.