Skip to content

Commit ca3ec86

Browse files
authored
Update wasm-tools dependencies (#89)
Also update minimum Rust version required to 1.81.0
1 parent ced823f commit ca3ec86

File tree

3 files changed

+38
-45
lines changed

3 files changed

+38
-45
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
submodules: true
102102
- name: Install Rust (rustup)
103-
run: rustup update 1.76.0 --no-self-update && rustup default 1.76.0
103+
run: rustup update 1.81.0 --no-self-update && rustup default 1.81.0
104104
- run: cargo build
105105

106106
rustfmt:

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
66
description = "Linker for `wasm32-wasip2`"
77
repository = "https://github.com/bytecodealliance/wasm-component-ld"
88
readme = "README.md"
9-
rust-version = "1.76.0"
9+
rust-version = "1.81.0"
1010

1111
[package.metadata.binstall]
1212
pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-{target-family}{archive-suffix}"
@@ -29,10 +29,10 @@ clap = { version = "4.5.4", features = ['derive'] }
2929
clap_lex = "0.7.5"
3030
lexopt = "0.3.0"
3131
tempfile = "3.10.0"
32-
wasmparser = "0.243.0"
33-
wat = "1.243.0"
34-
wit-component = "0.243.0"
35-
wit-parser = "0.243.0"
32+
wasmparser = "0.244.0"
33+
wat = "1.244.0"
34+
wit-component = "0.244.0"
35+
wit-parser = "0.244.0"
3636
wasi-preview1-component-adapter-provider = "40.0.0"
3737

3838
[target.'cfg(unix)'.dependencies]

0 commit comments

Comments
 (0)