16
16
rust :
17
17
- stable
18
18
- beta
19
- - nightly-2020-10-19
19
+ - nightly-2021-07-01
20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
- uses : actions-rs/toolchain@v1
35
35
rust :
36
36
- stable
37
37
- beta
38
- - nightly-2020-10-19
38
+ - nightly-2021-07-01
39
39
steps :
40
40
- uses : actions/checkout@v2
41
41
with :
62
62
- uses : actions-rs/toolchain@v1
63
63
with :
64
64
profile : minimal
65
- toolchain : nightly-2020-10-19
65
+ toolchain : nightly-2021-07-01
66
66
override : true
67
67
components : rustfmt
68
68
- run : rustc --version
76
76
- uses : actions-rs/toolchain@v1
77
77
with :
78
78
profile : minimal
79
- toolchain : nightly-2020-10-19
79
+ toolchain : nightly-2021-07-01
80
80
override : true
81
81
components : rustfmt
82
82
- run : cargo bench --all-targets
88
88
- uses : actions-rs/toolchain@v1
89
89
with :
90
90
profile : minimal
91
- toolchain : nightly-2020-10-19
91
+ toolchain : nightly-2021-07-01
92
92
override : true
93
93
components : rustfmt, clippy
94
94
- run : rustc --version
@@ -112,7 +112,7 @@ jobs:
112
112
- uses : actions-rs/toolchain@v1
113
113
with :
114
114
profile : minimal
115
- toolchain : nightly-2020-10-19
115
+ toolchain : nightly-2021-07-01
116
116
override : true
117
117
components : rustfmt
118
118
-
uses :
actions-rs/[email protected]
@@ -129,7 +129,7 @@ jobs:
129
129
- uses : actions-rs/toolchain@v1
130
130
with :
131
131
profile : minimal
132
- toolchain : nightly-2020-10-19
132
+ toolchain : nightly-2021-07-01
133
133
override : true
134
134
components : rustfmt
135
135
- run : cargo install --locked --version 0.8.5 cargo-deny
@@ -145,7 +145,7 @@ jobs:
145
145
- uses : actions-rs/toolchain@v1
146
146
with :
147
147
profile : minimal
148
- toolchain : nightly-2020-10-19
148
+ toolchain : nightly-2021-07-01
149
149
override : true
150
150
components : rustfmt
151
151
-
uses :
actions-rs/[email protected]
0 commit comments