diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 800f2f3..8145b08 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -31,7 +31,7 @@ jobs: - uses: actions-rs/toolchain@v1 name: Install Rust with: - toolchain: 1.82.0 + toolchain: 1.89.0 override: true - name: ${{ matrix.name }} @@ -50,7 +50,7 @@ jobs: - uses: actions-rs/toolchain@v1 name: Install Rust with: - toolchain: 1.82.0 + toolchain: 1.89.0 override: true - uses: actions-rs/cargo@v1 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ca28dac..43d81fa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -30,7 +30,7 @@ jobs: - uses: actions-rs/toolchain@v1 name: Install Rust with: - toolchain: 1.82.0 + toolchain: 1.89.0 override: true - name: Build