cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.87k stars 143 forks source link

CI: Use new `bindgen` binary crate name #958

Closed ilammy closed 2 years ago

ilammy commented 2 years ago

bindgen 0.61 changelog:

Changed

The bindgen CLI utility must be installed using cargo install bindgen-cli now.

They have split it out into a separate crate to cure clap in the main library, which is quite annoying to have in the build tree.

Checklist

vixentael commented 2 years ago

@ilammy plz merge when ready