Skip to content

Commit

Permalink
Remove wasi metadata (#3467)
Browse files Browse the repository at this point in the history
## Motivation and Context
- Avoid getting a warning on every build
- Cargo will only allow one `0.12.0` to be published so this metadata
doesn't impact anything. A comment was added to clarify.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

Co-authored-by: ysaito1001 <awsaito@amazon.com>
  • Loading branch information
rcoh and ysaito1001 authored Mar 7, 2024
1 parent 9ac9fbc commit 1a26cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ http = "1.0.0"
tracing = "0.1.40"
# Note the wasi crate will only build for target wasm32-wasi, but having a target
# statement here breaks some of the CI tests, so we leave it with the rest of the deps
wasi = "0.12.0+wasi-0.2.0"
wasi = "0.12.0" # This is build on wasi-0.2.0

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 1a26cf5

Please sign in to comment.