We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c9240 commit f59d6f7Copy full SHA for f59d6f7
2 files changed
.github/workflows/main.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
submodules: true
102
- name: Install Rust (rustup)
103
- run: rustup update 1.81.0 --no-self-update && rustup default 1.81.0
+ run: rustup update 1.82.0 --no-self-update && rustup default 1.82.0
104
- run: cargo build
105
106
rustfmt:
Cargo.toml
@@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
6
description = "Linker for `wasm32-wasip2`"
7
repository = "https://github.com/bytecodealliance/wasm-component-ld"
8
readme = "README.md"
9
-rust-version = "1.81.0"
+rust-version = "1.82.0"
10
11
[package.metadata.binstall]
12
pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-{target-family}{archive-suffix}"
0 commit comments