Skip to content

Commit 027ff2a

Browse files
rust/toolchains(deps): bump wat in /tools-builder/toolchains (#479)
Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.246.2 to 1.250.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.246.2...v1.250.0) --- updated-dependencies: - dependency-name: wat dependency-version: 1.250.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 926c558 commit 027ff2a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tools-builder/toolchains/Cargo.lock

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

tools-builder/toolchains/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ log = "0.4"
1818
# WebAssembly parsing and manipulation
1919
wasmparser = "0.243"
2020
wasm-encoder = "0.246"
21-
wat = "1.246"
21+
wat = "1.250"
2222

2323
# Component model support
2424
wit-parser = "0.250"

0 commit comments

Comments
 (0)