File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 45
45
- uses : actions-rs/toolchain@v1
46
46
with :
47
47
components : cargo
48
- toolchain : 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
48
+ toolchain : 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
49
49
override : true
50
50
- name : Check out ci repo
51
51
run : git clone https://github.com/stratis-storage/ci.git
Original file line number Diff line number Diff line change 22
22
format :
23
23
env :
24
24
TASK : fmt-ci
25
- TOOLCHAIN : 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
25
+ TOOLCHAIN : 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
26
26
runs-on : ubuntu-18.04
27
27
steps :
28
28
- uses : actions/checkout@v2
36
36
lint :
37
37
env :
38
38
TASK : clippy
39
- TOOLCHAIN : 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
39
+ TOOLCHAIN : 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
40
40
runs-on : ubuntu-18.04
41
41
steps :
42
42
- uses : actions/checkout@v2
@@ -262,7 +262,7 @@ jobs:
262
262
- uses : actions-rs/toolchain@v1
263
263
with :
264
264
components : cargo
265
- toolchain : 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
265
+ toolchain : 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
266
266
override : true
267
267
- name : Check out ci repo
268
268
run : git clone https://github.com/stratis-storage/ci.git
Original file line number Diff line number Diff line change 62
62
- uses : actions-rs/toolchain@v1
63
63
with :
64
64
components : cargo
65
- toolchain : 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
65
+ toolchain : 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
66
66
override : true
67
67
- name : Check out ci repo
68
68
run : git clone https://github.com/stratis-storage/ci.git
You can’t perform that action at this time.
0 commit comments