Skip to content

Commit

Permalink
chore(deps): update dependency cargo-component to 0.14.0 (#223)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cargo-component](https://togithub.com/bytecodealliance/cargo-component) | minor | `0.13.0` -> `0.14.0` |

---

### Release Notes

<details>
<summary>bytecodealliance/cargo-component (cargo-component)</summary>

### [`v0.14.0`](https://togithub.com/bytecodealliance/cargo-component/releases/tag/v0.14.0)

[Compare Source](https://togithub.com/bytecodealliance/cargo-component/compare/v0.13.2...v0.14.0)

#### What's Changed

-   Document additional `cargo-component` requirements by [@&#8203;yoshuawuyts](https://togithub.com/yoshuawuyts) in [https://github.com/bytecodealliance/cargo-component/pull/309](https://togithub.com/bytecodealliance/cargo-component/pull/309)
-   Update adapter builds by [@&#8203;alexcrichton](https://togithub.com/alexcrichton) in [https://github.com/bytecodealliance/cargo-component/pull/312](https://togithub.com/bytecodealliance/cargo-component/pull/312)
-   Rename `wasm32-wasi` to `wasm32-wasip1` by [@&#8203;alexcrichton](https://togithub.com/alexcrichton) in [https://github.com/bytecodealliance/cargo-component/pull/313](https://togithub.com/bytecodealliance/cargo-component/pull/313)
-   Update to -S cli instead of -S common for wasmtime commands by [@&#8203;iawia002](https://togithub.com/iawia002) in [https://github.com/bytecodealliance/cargo-component/pull/317](https://togithub.com/bytecodealliance/cargo-component/pull/317)
-   Respect build target from cargo config by [@&#8203;iawia002](https://togithub.com/iawia002) in [https://github.com/bytecodealliance/cargo-component/pull/319](https://togithub.com/bytecodealliance/cargo-component/pull/319)

#### New Contributors

-   [@&#8203;yoshuawuyts](https://togithub.com/yoshuawuyts) made their first contribution in [https://github.com/bytecodealliance/cargo-component/pull/309](https://togithub.com/bytecodealliance/cargo-component/pull/309)
-   [@&#8203;iawia002](https://togithub.com/iawia002) made their first contribution in [https://github.com/bytecodealliance/cargo-component/pull/317](https://togithub.com/bytecodealliance/cargo-component/pull/317)

**Full Changelog**: bytecodealliance/cargo-component@v0.13.2...v0.14.0

### [`v0.13.2`](https://togithub.com/bytecodealliance/cargo-component/releases/tag/v0.13.2)

[Compare Source](https://togithub.com/bytecodealliance/cargo-component/compare/v0.13.1...v0.13.2)

#### What's Changed

-   Add `cargo component serve` subcommand by [@&#8203;primoly](https://togithub.com/primoly) in [https://github.com/bytecodealliance/cargo-component/pull/305](https://togithub.com/bytecodealliance/cargo-component/pull/305)
-   added wasmtime wasi args for `cargo component serve` by [@&#8203;calvinrp](https://togithub.com/calvinrp) in [https://github.com/bytecodealliance/cargo-component/pull/308](https://togithub.com/bytecodealliance/cargo-component/pull/308)

#### New Contributors

-   [@&#8203;primoly](https://togithub.com/primoly) made their first contribution in [https://github.com/bytecodealliance/cargo-component/pull/305](https://togithub.com/bytecodealliance/cargo-component/pull/305)

**Full Changelog**: bytecodealliance/cargo-component@v0.13.1...v0.13.2

### [`v0.13.1`](https://togithub.com/bytecodealliance/cargo-component/releases/tag/v0.13.1)

[Compare Source](https://togithub.com/bytecodealliance/cargo-component/compare/v0.13.0...v0.13.1)

#### What's Changed

-   More `cargo component new` generator fixes by [@&#8203;calvinrp](https://togithub.com/calvinrp) in [https://github.com/bytecodealliance/cargo-component/pull/304](https://togithub.com/bytecodealliance/cargo-component/pull/304)

**Full Changelog**: bytecodealliance/cargo-component@v0.13.0...v0.13.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 6751027 commit 4192fa5
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .templates/examples.justfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set windows-shell := ["pwsh.exe", "-c"]

run:
cargo run -p pulumi_wasm_runner -- run --wasm ../../target/wasm32-wasi/debug/pulumi/pulumi_wasm_example_docker.wasm
cargo run -p pulumi_wasm_runner -- run --wasm ../../target/wasm32-wasip1/debug/pulumi/pulumi_wasm_example_docker.wasm

[windows]
local-test:
Expand Down
5 changes: 0 additions & 5 deletions docs/cargo-pulumi.md

This file was deleted.

6 changes: 3 additions & 3 deletions examples/dependencies/justfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set windows-shell := ["pwsh.exe", "-c"]
binary := "../../target/debug/pulumi_wasm_runner"
wasm := "../../target/wasm32-wasi/debug/pulumi_wasm_example_dependencies.wasm"
pulumi_wasm := "../../target/wasm32-wasi/debug/pulumi_wasm.wasm"
random := "../../target/wasm32-wasi/debug/pulumi_wasm_random_provider.wasm"
wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm_example_dependencies.wasm"
pulumi_wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm.wasm"
random := "../../target/wasm32-wasip1/debug/pulumi_wasm_random_provider.wasm"

run:
{{binary}} run --pulumi-wasm "{{pulumi_wasm}}" --provider "{{random}}" "{{wasm}}"
Expand Down
6 changes: 3 additions & 3 deletions examples/docker/justfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set windows-shell := ["pwsh.exe", "-c"]
binary := "../../target/debug/pulumi_wasm_runner"
wasm := "../../target/wasm32-wasi/debug/pulumi_wasm_example_docker.wasm"
pulumi_wasm := "../../target/wasm32-wasi/debug/pulumi_wasm.wasm"
docker := "../../target/wasm32-wasi/debug/pulumi_wasm_docker_provider.wasm"
wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm_example_docker.wasm"
pulumi_wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm.wasm"
docker := "../../target/wasm32-wasip1/debug/pulumi_wasm_docker_provider.wasm"

run:
{{binary}} run --pulumi-wasm "{{pulumi_wasm}}" --provider "{{docker}}" "{{wasm}}"
Expand Down
8 changes: 4 additions & 4 deletions examples/multiple_providers/justfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set windows-shell := ["pwsh.exe", "-c"]
binary := "../../target/debug/pulumi_wasm_runner"
wasm := "../../target/wasm32-wasi/debug/pulumi_wasm_example_multiple_providers.wasm"
pulumi_wasm := "../../target/wasm32-wasi/debug/pulumi_wasm.wasm"
docker := "../../target/wasm32-wasi/debug/pulumi_wasm_docker_provider.wasm"
random := "../../target/wasm32-wasi/debug/pulumi_wasm_random_provider.wasm"
wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm_example_multiple_providers.wasm"
pulumi_wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm.wasm"
docker := "../../target/wasm32-wasip1/debug/pulumi_wasm_docker_provider.wasm"
random := "../../target/wasm32-wasip1/debug/pulumi_wasm_random_provider.wasm"

run:
{{binary}} run --pulumi-wasm "{{pulumi_wasm}}" --provider "{{docker}}" --provider "{{random}}" "{{wasm}}"
Expand Down
6 changes: 3 additions & 3 deletions examples/simple/justfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set windows-shell := ["pwsh.exe", "-c"]
binary := "../../target/debug/pulumi_wasm_runner"
wasm := "../../target/wasm32-wasi/debug/pulumi_wasm_example_simple.wasm"
pulumi_wasm := "../../target/wasm32-wasi/debug/pulumi_wasm.wasm"
random := "../../target/wasm32-wasi/debug/pulumi_wasm_random_provider.wasm"
wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm_example_simple.wasm"
pulumi_wasm := "../../target/wasm32-wasip1/debug/pulumi_wasm.wasm"
random := "../../target/wasm32-wasip1/debug/pulumi_wasm_random_provider.wasm"

run:
{{binary}} run --pulumi-wasm "{{pulumi_wasm}}" --provider "{{random}}" "{{wasm}}"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set windows-shell := ["pwsh.exe", "-c"]
# renovate: datasource=crate depName=cargo-nextest packageName=cargo-nextest
NEXTEST_VERSION := "0.9.72"
# renovate: datasource=crate depName=cargo-component packageName=cargo-component
CARGO_COMPONENT_VERSION := "0.13.0"
CARGO_COMPONENT_VERSION := "0.14.0"

@default: build test

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79.0"
targets = ["wasm32-wasi"]
targets = ["wasm32-wasip1"]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79.0"
targets = ["wasm32-wasi"]
targets = ["wasm32-wasip1"]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79.0"
targets = ["wasm32-wasi"]
targets = ["wasm32-wasip1"]
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79.0"
targets = ["wasm32-wasi"]
targets = ["wasm32-wasip1"]

0 comments on commit 4192fa5

Please sign in to comment.