Skip to content

Commit

Permalink
fix canary target to wasm32-wasip1 (#3966)
Browse files Browse the repository at this point in the history
## 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 -->
`P180666804`


## Description
<!--- Describe your changes in detail -->

Release [1.84](https://releases.rs/docs/1.84.0/) removed support for the
`wasm32-wasi` target:

> Support for the target named wasm32-wasi has been removed as the
target is now named wasm32-wasip1. This completes the transition plan
for this target following the introduction of wasm32-wasip1 in Rust
1.78. Compiler warnings on use of wasm32-wasi introduced in Rust 1.81
are now gone as well as the target is removed.



Updates `wasm32-wasi` target to `wasm32-wasip1` which should fix the
canary on `stable` (example failed
[run](https://github.com/awslabs/aws-sdk-rust/actions/runs/12738274496)).


----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
aajtodd authored Jan 14, 2025
1 parent 1ddbc53 commit cadce6c
Show file tree
Hide file tree
Showing 11 changed files with 422 additions and 392 deletions.
141 changes: 76 additions & 65 deletions aws/rust-runtime/Cargo.lock

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions aws/rust-runtime/aws-config/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cadce6c

Please sign in to comment.