Skip to content

Commit 0fc35d9

Browse files
committedJun 1, 2024
fix: rollback rustls to v0.22
rustls v0.23 starts to use aws-lc as the default crypto implementation. But now not all the dependencies are upgraded to the latest rustls. If there are still any older version of rustls exists in the build process, aws-lc may fails. - ref aws/aws-lc-rs#428 - ref aws/aws-lc-rs#427 - ref aws/aws-lc-rs#426
1 parent 57a41a7 commit 0fc35d9

File tree

4 files changed

+7
-222
lines changed

4 files changed

+7
-222
lines changed
 

‎.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
matrix:
2424
target:
2525
- i686-unknown-linux-musl
26-
# - x86_64-pc-windows-gnu
26+
- x86_64-pc-windows-gnu
2727
- x86_64-unknown-linux-gnu
2828
- x86_64-unknown-linux-musl
29-
# - armv7-unknown-linux-musleabihf
30-
# - armv7-unknown-linux-gnueabihf
29+
- armv7-unknown-linux-musleabihf
30+
- armv7-unknown-linux-gnueabihf
3131
- arm-unknown-linux-gnueabi
32-
# - arm-unknown-linux-gnueabihf
32+
- arm-unknown-linux-gnueabihf
3333
- arm-unknown-linux-musleabi
3434
- arm-unknown-linux-musleabihf
3535
- aarch64-unknown-linux-gnu

‎Cargo.lock

Lines changed: 1 addition & 216 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)