We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512b543 commit b377994Copy full SHA for b377994
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install Rust
31
uses: dtolnay/rust-toolchain@stable
32
with:
33
- toolchain: 1.66
+ toolchain: 1.81
34
targets: ${{ matrix.config.target }}
35
- name: Set up for cross-compiled linux aarch64 build
36
if: matrix.config.target == 'aarch64-unknown-linux-gnu'
0 commit comments