Skip to content

Commit acfa1f5

Browse files
committed
Bump bindgen version to latest 0.71.1
this requires the new version of proc-macro2 Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 4e32e58 commit acfa1f5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/cryptoki-sys"
1313
rust-version = "1.66.0"
1414

1515
[build-dependencies]
16-
bindgen = { version = "0.70.1", optional = true }
16+
bindgen = { version = "0.71.1", optional = true }
1717

1818
[dependencies]
1919
libloading = "0.8.6"

0 commit comments

Comments
 (0)