Skip to content

Commit 2440902

Browse files
committed
Update committed bindings
Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
1 parent be1a741 commit 2440902

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cryptoki-sys/src/bindings/aarch64-unknown-linux-gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.59.1 */
1+
/* automatically generated by rust-bindgen 0.59.2 */
22

33
pub type CK_FLAGS = ::std::os::raw::c_ulong;
44
#[repr(C)]

cryptoki-sys/src/bindings/arm-unknown-linux-gnueabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.59.1 */
1+
/* automatically generated by rust-bindgen 0.59.2 */
22

33
pub type CK_FLAGS = ::std::os::raw::c_ulong;
44
#[repr(C)]

cryptoki-sys/src/bindings/i686-unknown-linux-gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.59.1 */
1+
/* automatically generated by rust-bindgen 0.59.2 */
22

33
pub type CK_FLAGS = ::std::os::raw::c_ulong;
44
#[repr(C)]

cryptoki-sys/src/bindings/powerpc64-unknown-linux-gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.59.1 */
1+
/* automatically generated by rust-bindgen 0.59.2 */
22

33
pub type CK_FLAGS = ::std::os::raw::c_ulong;
44
#[repr(C)]

cryptoki-sys/src/bindings/x86_64-unknown-darwin.rs renamed to cryptoki-sys/src/bindings/x86_64-apple-darwin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.59.1 */
1+
/* automatically generated by rust-bindgen 0.59.2 */
22

33
pub type CK_FLAGS = ::std::os::raw::c_ulong;
44
#[repr(C)]

cryptoki-sys/src/bindings/x86_64-unknown-linux-gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.59.1 */
1+
/* automatically generated by rust-bindgen 0.59.2 */
22

33
pub type CK_FLAGS = ::std::os::raw::c_ulong;
44
#[repr(C)]

cryptoki-sys/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ include!(concat!(
7171
))]
7272
include!(concat!(
7373
env!("CARGO_MANIFEST_DIR"),
74-
"/src/bindings/x86_64-unknown-darwin.rs"
74+
"/src/bindings/x86_64-apple-darwin.rs"
7575
));
7676

7777
#[cfg(all(
@@ -81,7 +81,7 @@ include!(concat!(
8181
))]
8282
include!(concat!(
8383
env!("CARGO_MANIFEST_DIR"),
84-
"/src/bindings/aarch64-unknown-darwin.rs"
84+
"/src/bindings/aarch64-apple-darwin.rs"
8585
));
8686

8787
#[cfg(all(

0 commit comments

Comments
 (0)