Skip to content

Commit b377994

Browse files
authored
fix(build.yaml): bump rust to 1.81 (#22)
Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
1 parent 512b543 commit b377994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Rust
3131
uses: dtolnay/rust-toolchain@stable
3232
with:
33-
toolchain: 1.66
33+
toolchain: 1.81
3434
targets: ${{ matrix.config.target }}
3535
- name: Set up for cross-compiled linux aarch64 build
3636
if: matrix.config.target == 'aarch64-unknown-linux-gnu'

0 commit comments

Comments
 (0)