File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131
3232 - name : Install Rust
33- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable
33+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
3434 with :
3535 toolchain : stable
3636 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
1515 - name : Install Rust
16- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable
16+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
1717 with :
1818 toolchain : stable
1919 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
3333 - name : Install Rust
34- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable
34+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
3535 with :
3636 toolchain : stable
3737 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
3333 - name : Install Rust
34- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable
34+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
3535 with :
3636 toolchain : stable
3737 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 4343 python-version : ' 3.12'
4444
4545 - name : Install Rust
46- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable
46+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
4747 with :
4848 toolchain : stable
4949
Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
3737 - name : Install Rust ${{ env.rust_min }}
38- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable
38+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
3939 with :
4040 toolchain : ${{ env.rust_min }}
4141 components : rustfmt
6161 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
6363 - name : Install Rust ${{ env.rust_min }}
64- uses : dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable
64+ uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # stable
6565 with :
6666 toolchain : ${{ env.rust_min }}
6767 components : rustfmt, clippy
You can’t perform that action at this time.
0 commit comments