Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping version of wasi crate dependency #3476

Merged
merged 6 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
8 changes: 7 additions & 1 deletion CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
# message = "Fix typos in module documentation for generated crates"
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# author = "rcoh"
# author = "rcoh"

[[smithy-rs]]
message = "Bumping version of wasi crate dependency in aws-smithy-wasm."
references = ["smithy-rs#3476"]
meta = { "breaking" = false, "tada" = true, "bug" = false }
jdisanti marked this conversation as resolved.
Show resolved Hide resolved
authors = ["landonxjames"]
4 changes: 2 additions & 2 deletions rust-runtime/aws-smithy-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-smithy-wasm"
version = "0.1.0"
version = "0.1.1"
authors = [
"AWS Rust SDK Team <[email protected]>",
"Eduardo Rodrigues <[email protected]>",
Expand All @@ -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" # This is build on wasi-0.2.0
wasi = "0.12.1" # This is build on wasi-0.2.0

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