From d95817656ddcc77a8bcd74a5becf93d912e324e2 Mon Sep 17 00:00:00 2001 From: Stephen Cook Date: Tue, 3 Sep 2024 11:34:53 -0400 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 95b790c..d87fcd7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2023-06-27 + toolchain: nightly-2024-08-07 override: true - uses: actions-rs/cargo@v1 with: @@ -32,7 +32,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2023-06-27 + toolchain: nightly-2024-08-07 target: wasm32-unknown-unknown override: true - uses: actions-rs/cargo@v1 @@ -48,7 +48,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2023-06-27 + toolchain: nightly-2024-08-07 override: true - run: sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev - uses: actions-rs/cargo@v1 @@ -64,7 +64,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2023-06-27 + toolchain: nightly-2024-08-07 override: true components: rustfmt - uses: actions-rs/cargo@v1 @@ -80,7 +80,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2023-06-27 + toolchain: nightly-2024-08-07 override: true components: clippy - uses: actions-rs/cargo@v1 @@ -96,7 +96,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2023-06-27 + toolchain: nightly-2024-08-07 target: wasm32-unknown-unknown override: true - name: Download and install Trunk binary