Skip to content

Commit

Permalink
Update aws-lc-sys to v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jul 30, 2024
1 parent a6571b4 commit ccf2da5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/sys-bindings-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,16 @@ jobs:
strategy:
fail-fast: true
matrix:
target: [ aarch64-unknown-linux-gnu, i686-unknown-linux-gnu, aarch64-unknown-linux-musl, x86_64-unknown-linux-musl ]
target:
- aarch64-unknown-linux-gnu
- i686-unknown-linux-gnu
- aarch64-unknown-linux-musl
- x86_64-unknown-linux-musl
# collect symbols from additional platforms, although we won't generate bindings for them
- arm-unknown-linux-gnueabi
- armv7-unknown-linux-gnueabihf
- powerpc-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions aws-lc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "aws-lc-sys"
description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project."
version = "0.20.0"
links = "aws_lc_0_20_0"
version = "0.20.1"
links = "aws_lc_0_20_1"
authors = ["AWS-LC"]
edition = "2021"
repository = "https://github.com/aws/aws-lc-rs"
Expand Down

0 comments on commit ccf2da5

Please sign in to comment.