Skip to content

Commit

Permalink
Merge pull request #93 from nullr0ute/bindgen
Browse files Browse the repository at this point in the history
psa-crypto-sys: bump bindgen to 0.57.0
  • Loading branch information
hug-dev authored Aug 9, 2021
2 parents 52d4ed2 + 165a35c commit 5409a86
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 5409a86

Please sign in to comment.