File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
66description = " Linker for `wasm32-wasip2`"
77repository = " https://github.com/bytecodealliance/wasm-component-ld"
88readme = " README.md"
9- rust-version = " 1.81 .0"
9+ rust-version = " 1.82 .0"
1010
1111[package .metadata .binstall ]
1212pkg-url = " {repo}/releases/download/v{version}/{name}-v{version}-{target-arch}-{target-family}{archive-suffix}"
You can’t perform that action at this time.
0 commit comments