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