Skip to content

Commit 5f1cc39

Browse files
committed
1 parent ecfa620 commit 5f1cc39

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
env:
1616
go-modules: ./... ./cm/...
17-
wasm-tools-version: "1.224.0"
17+
wasm-tools-version: "1.226.0"
1818
wasmtime-version: "26.0.0"
1919

2020
jobs:

internal/wasmtools/Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/wasmtools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = 'wasm-tools-go'
33
edition = '2021'
44

55
[dependencies]
6-
wasm-tools = { version = '1.224.0', default-features = false, features = [
6+
wasm-tools = { version = '1.226.0', default-features = false, features = [
77
'component',
88
] }
99

-500 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)