summaryrefslogtreecommitdiff
path: root/src/rust/cryptography-cffi
Commit message (Collapse)AuthorAgeFilesLines
* Added a missing rerun-if stanza (#8899)Alex Gaynor2023-05-101-0/+1
|
* See if we can always enable abi3 (#8823)Alex Gaynor2023-04-251-1/+1
| | | Previously it wasn't because pypy doesn't support abi3, but maybe the pyo3 feature works.
* Bump openssl-sys from 0.9.86 to 0.9.87 in /src/rust (#8817)dependabot[bot]2023-04-241-1/+1
| | | | | | | | | | | | | | | Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.86 to 0.9.87. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.86...openssl-sys-v0.9.87) --- updated-dependencies: - dependency-name: openssl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Refactor build so cffi compilation is in its own crate (#8809)Alex Gaynor2023-04-243-0/+172