Skip to content

Commit

Permalink
psa-crypto-sys: bump bindgen to 0.57.0
Browse files Browse the repository at this point in the history
It builds fine with the newer version and other deps in the
parsec dependency chain already depend on 0.57.0.

Signed-off-by: Peter Robinson <[email protected]>
  • Loading branch information
nullr0ute committed Aug 7, 2021
1 parent 52d4ed2 commit 165a35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psa-crypto-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/parallaxsecond/rust-psa-crypto"
links = "mbedcrypto"

[build-dependencies]
bindgen = { version = "0.56.0", optional = true }
bindgen = { version = "0.57.0", optional = true }
cc = "1.0.59"
cmake = "0.1.44"
walkdir = "2.3.1"
Expand Down

0 comments on commit 165a35c

Please sign in to comment.