33
33
- uses : actions/checkout@v5
34
34
with :
35
35
persist-credentials : false
36
- - uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
36
+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
37
37
with :
38
- toolchain : ${{ matrix.rust }}
38
+ toolchain : stable ${{ matrix.rust }}
39
39
# Only run tests on latest stable and above
40
40
- name : Install cargo-nextest
41
41
if : ${{ matrix.rust != '1.88' }} # MSRV
54
54
- uses : actions/checkout@v5
55
55
with :
56
56
persist-credentials : false
57
- - uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
57
+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
58
+ with :
59
+ toolchain : stable
58
60
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
59
61
with :
60
62
cache-on-failure : true
68
70
- uses : actions/checkout@v5
69
71
with :
70
72
persist-credentials : false
71
- - uses : dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable
73
+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
74
+ with :
75
+ toolchain : stable
72
76
- uses : taiki-e/install-action@c9a06c0e5d38d182732372ae4390adb6ddbfd51b # cargo-hack
73
77
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
74
78
with :
83
87
- uses : actions/checkout@v5
84
88
with :
85
89
persist-credentials : false
86
- - uses : dtolnay/rust-toolchain@45949235481cda149033232bdf068b00ceb0b28d # clippy
90
+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
91
+ with :
92
+ toolchain : nightly
93
+ components : clippy
87
94
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
88
95
with :
89
96
cache-on-failure : true
98
105
- uses : actions/checkout@v5
99
106
with :
100
107
persist-credentials : false
101
- - uses : dtolnay/rust-toolchain@55d80eb3c5a4228eec5390a083c092095115c6f1 # nightly
108
+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
109
+ with :
110
+ toolchain : nightly
102
111
- uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
103
112
with :
104
113
cache-on-failure : true
@@ -113,8 +122,9 @@ jobs:
113
122
- uses : actions/checkout@v5
114
123
with :
115
124
persist-credentials : false
116
- - uses : dtolnay/rust-toolchain@55d80eb3c5a4228eec5390a083c092095115c6f1 # nightly
125
+ - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
117
126
with :
127
+ toolchain : nightly
118
128
components : rustfmt
119
129
- run : cargo fmt --all --check
120
130
0 commit comments