File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
3838 - name : Install Rust
39- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
39+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
4040 with :
4141 toolchain : stable
4242 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
2020 - name : Install Rust
21- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
21+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
2222 with :
2323 toolchain : stable
2424 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 3737 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
3939 - name : Install Rust
40- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
40+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
4141 with :
4242 toolchain : stable
4343 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 3737 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838
3939 - name : Install Rust
40- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
40+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
4141 with :
4242 toolchain : stable
4343 targets : ${{ matrix.target }}
6868 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
7070 - name : Install Rust
71- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
71+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
7272 with :
7373 toolchain : stable
7474 targets : ${{ matrix.target }}
Original file line number Diff line number Diff line change 4141 uses : swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4242
4343 - name : Install Rust
44- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
44+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
4545 with :
4646 toolchain : stable
4747
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
3333 - name : Install Rust ${{ env.rust_min }}
34- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
34+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
3535 with :
3636 toolchain : ${{ env.rust_min }}
3737 components : rustfmt
5555 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656
5757 - name : Install Rust ${{ env.rust_min }}
58- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # stable
58+ uses : dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # stable
5959 with :
6060 toolchain : ${{ env.rust_min }}
6161 components : rustfmt, clippy
You can’t perform that action at this time.
0 commit comments