File tree 3 files changed +207
-283
lines changed
3 files changed +207
-283
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
rust :
12
- - 1.59.0
12
+ - 1.56.1
13
13
- stable
14
14
- beta
15
15
- nightly
48
48
strategy :
49
49
matrix :
50
50
rust :
51
- - 1.59.0
51
+ - 1.56.1
52
52
- stable
53
53
- beta
54
54
- nightly
@@ -67,14 +67,14 @@ jobs:
67
67
run : cp Cargo.lock.msrv Cargo.lock
68
68
69
69
- name : Run cargo test
70
- if : matrix.rust != 'nightly' && matrix.rust != '1.59.0 '
70
+ if : matrix.rust != 'nightly' && matrix.rust != '1.56.1 '
71
71
uses : actions-rs/cargo@v1
72
72
with :
73
73
command : test
74
74
args : --all-features
75
75
76
76
- name : Run cargo test (nightly)
77
- if : matrix.rust == '1.59.0 '
77
+ if : matrix.rust == '1.56.1 '
78
78
continue-on-error : true
79
79
uses : actions-rs/cargo@v1
80
80
with :
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Install toolchain
128
128
uses : actions-rs/toolchain@v1
129
129
with :
130
- toolchain : 1.59.0
130
+ toolchain : 1.56.1
131
131
override : true
132
132
components : clippy
133
133
@@ -147,7 +147,7 @@ jobs:
147
147
strategy :
148
148
matrix :
149
149
rust :
150
- - 1.59.0
150
+ - 1.56.1
151
151
- stable
152
152
153
153
steps :
You can’t perform that action at this time.
0 commit comments