Skip to content

Commit f59d6f7

Browse files
committed
Bump rust version
1 parent 11c9240 commit f59d6f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.81.0 --no-self-update && rustup default 1.81.0
103+
run: rustup update 1.82.0 --no-self-update && rustup default 1.82.0
104104
- run: cargo build
105105

106106
rustfmt:

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.81.0"
9+
rust-version = "1.82.0"
1010

1111
[package.metadata.binstall]
1212
pkg-url = "{repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-{target-family}{archive-suffix}"

0 commit comments

Comments
 (0)