diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e06a7b4..25e1039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Install Rust 1.95.0 - uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # stable + uses: dtolnay/rust-toolchain@2c7215f132e9ebf062739d9130488b56d53c060c # stable with: toolchain: 1.95.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 57a8c75..e4bf662 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,7 +73,7 @@ jobs: persist-credentials: false - name: Install Rust 1.95.0 - uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # stable + uses: dtolnay/rust-toolchain@2c7215f132e9ebf062739d9130488b56d53c060c # stable with: toolchain: 1.95.0 targets: ${{ matrix.rust_targets }}