diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9704cd..a8c6052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Rust - uses: dtolnay/rust-toolchain@1.82.0 + uses: dtolnay/rust-toolchain@1.100.0 with: components: clippy, rustfmt - name: Install protoc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f84b4a5..f846a83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 1 - name: Install Rust - uses: dtolnay/rust-toolchain@1.82.0 + uses: dtolnay/rust-toolchain@1.100.0 with: targets: ${{ matrix.target }} - name: Install dependencies @@ -70,7 +70,7 @@ jobs: with: fetch-depth: 1 - name: Install Rust - uses: dtolnay/rust-toolchain@1.82.0 + uses: dtolnay/rust-toolchain@1.100.0 - name: Install protoc uses: arduino/setup-protoc@v3 with: