smithy-rs/tools
Landon James 21b3995a2f
Update canary build tool (#3701)
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->

Our WASI canary was breaking with the newest Rust version due to the new
WASI build targets:
https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html

## Description
<!--- Describe your changes in detail -->
Updating the version of `cargo-component` used to build our WASI canary.
Made the same update in the `aws-sdk-rust` repo:
https://github.com/awslabs/aws-sdk-rust/pull/1168

## Testing
<!--- Please describe in detail how you tested your changes -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
This same change was made in the canary workflow in the `aws-sdk-rust`
repo and run successfully there:
* PR: https://github.com/awslabs/aws-sdk-rust/pull/1168
* Canary run:
https://github.com/awslabs/aws-sdk-rust/actions/runs/9575014647

## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [ ] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [ ] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-06-19 16:36:57 +00:00
..
.cargo Remove sparse registry config (#2990) 2023-09-19 13:50:11 +00:00
ci-build Update canary build tool (#3701) 2024-06-19 16:36:57 +00:00
ci-cdk Update dependent library versions (#3698) 2024-06-14 18:45:54 +00:00
ci-resources/tls-stub Upgrade ring to 0.17.5 (#3116) 2023-10-31 17:03:39 +00:00
ci-scripts Fix compiling S3 crate for wasm (#3590) 2024-04-18 21:19:22 +00:00
echo-server Update dependencies and build tools (#3554) 2024-04-12 23:11:46 +00:00
__init__.py Add CI check for deterministic codegen (#2509) 2023-03-29 21:20:41 +00:00