Skip to content

Commit 3e7f29e

Browse files
Merge pull request #167 from tgonzalezorlandoarm/tg/update-bindgen-0.66.0
Bump bindgen to 0.66.0
2 parents 36e8440 + 20b17d5 commit 3e7f29e

12 files changed

+12
-12
lines changed

cryptoki-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/parallaxsecond/rust-cryptoki"
1212
documentation = "https://docs.rs/crate/cryptoki-sys"
1313

1414
[build-dependencies]
15-
bindgen = { version = "0.63.0", optional = true }
15+
bindgen = { version = "0.66.1", optional = true }
1616

1717
[dependencies]
1818
libloading = "0.7.0"

cryptoki-sys/src/bindings/aarch64-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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/generic.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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/x86_64-pc-windows-msvc.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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/x86_64-unknown-freebsd.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.63.0 */
1+
/* automatically generated by rust-bindgen 0.66.1 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

0 commit comments

Comments
 (0)