File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
with :
118
118
profile : minimal
119
119
# when updating this, also update rust-version in Cargo.toml
120
- toolchain : 1.31 .0
120
+ toolchain : 1.63 .0
121
121
override : true
122
122
- run : cargo build
123
123
- run : cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
@@ -134,7 +134,7 @@ jobs:
134
134
- uses : actions-rs/toolchain@v1
135
135
with :
136
136
profile : minimal
137
- toolchain : 1.48 .0
137
+ toolchain : 1.63 .0
138
138
override : true
139
139
- run : cargo build --features date-based
140
140
msrv_syslog_4 :
@@ -150,7 +150,7 @@ jobs:
150
150
- uses : actions-rs/toolchain@v1
151
151
with :
152
152
profile : minimal
153
- toolchain : 1.51 .0
153
+ toolchain : 1.63 .0
154
154
override : true
155
155
- run : cargo build --features syslog-4
156
156
msrv_syslog_6 :
@@ -166,7 +166,7 @@ jobs:
166
166
- uses : actions-rs/toolchain@v1
167
167
with :
168
168
profile : minimal
169
- toolchain : 1.59 .0
169
+ toolchain : 1.63 .0
170
170
override : true
171
171
- run : cargo build --features syslog-6
172
172
fmt_and_clippy :
You can’t perform that action at this time.
0 commit comments