Skip to content

Commit f9be3a6

Browse files
committed
Update rust target.
1 parent 102d41f commit f9be3a6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ecosystem/sep-contract-build-info.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@ jobs:
185185
steps:
186186
- uses: actions/checkout@v3
187187
- run: rustup update
188-
- run: rustup target add wasm32-unknown-unknown
188+
- run: rustup target add wasm32v1-none
189189
- run: cargo version
190190

191191
# 3️⃣ Set up env vars that will be used in the workflow.
192192
- name: Set up env vars
193193
run: |
194-
echo "WASM_FILE=target/wasm32-unknown-unknown/release/hello.wasm" >> $GITHUB_ENV
194+
echo "WASM_FILE=target/wasm32v1-none/release/hello.wasm" >> $GITHUB_ENV
195195
196196
if [ -n "${{ github.event.inputs.release_name }}" ]; then
197197
echo "TAG_NAME=${{ github.event.inputs.release_name }}" >> $GITHUB_ENV
@@ -291,6 +291,7 @@ using a particular GitHub repository.
291291
292292
## Changelog
293293
294+
- `v0.4.1` - Update sample workflow to use the `wasm32v1-none` target.
294295
- `v0.4.0` - Simplify proposal by removing steps that don’t provide additional
295296
safety because they are easily circumvented.
296297
- `v0.3.0` - Updated workflow to exclude the Docker image, clarified what

0 commit comments

Comments
 (0)