Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ wstd.workspace = true
aws-config.workspace = true
aws-sdk-s3.workspace = true
clap.workspace = true
# crc-fast is a transitive dep via aws-smithy-checksums, which
# is a dep of aws-sdk-s3 and others.
# When cargo resolves crc-fast to 1.6.0 via aws-smiothy-checksums 0.63.12,
# wasm-ld will crash building crc-fast. Until this is resolved, pinning
# crc-fast is the simplest way to avoid it
crc-fast = "=1.3.0"