Skip to content

Commit 01aece8

Browse files
authored
pin crc-fast to <1.4 to workaround SIGILL (#4264)
## Description [Canary](https://github.com/awslabs/aws-sdk-rust/actions/runs/16923899511/job/47955897284) is currently failing and we have some customers reporting on this [issue](awesomized/crc-fast-rust#14) that 1.4.0 is causing SIGILL for them. Pinning crc-fast to 1.3.0 temporarily while this gets sorted. ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [x] For changes to the smithy-rs codegen or runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "client," "server," or both in the `applies_to` key. - [x] For changes to the AWS SDK, generated SDK code, or SDK runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "aws-sdk-rust" in the `applies_to` key. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent 035fcb2 commit 01aece8

File tree

7 files changed

+159
-145
lines changed

7 files changed

+159
-145
lines changed

.changelog/1755105038.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
applies_to:
3+
- aws-sdk-rust
4+
- client
5+
authors:
6+
- aajtodd
7+
references: []
8+
breaking: false
9+
new_feature: false
10+
bug_fix: true
11+
---
12+
pin crc-fast to <1.4 to workaround SIGILL

aws/rust-runtime/Cargo.lock

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

aws/rust-runtime/aws-config/Cargo.lock

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

0 commit comments

Comments
 (0)