File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,7 @@ jobs:
125
125
toolchain : 1.60.0
126
126
override : true
127
127
- run : cargo build
128
- - run : cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
129
- msrv_date_based :
128
+ msrv2 :
130
129
name : MSRV Compatability - fern/date-based
131
130
runs-on : ${{ matrix.os }}
132
131
strategy :
@@ -139,9 +138,10 @@ jobs:
139
138
- uses : actions-rs/toolchain@v1
140
139
with :
141
140
profile : minimal
142
- toolchain : 1.61 .0
141
+ toolchain : 1.63 .0
143
142
override : true
144
143
- run : cargo build --features date-based
144
+ - run : cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
145
145
msrv_syslog_4 :
146
146
name : MSRV Compatability - fern/syslog-4
147
147
runs-on : ${{ matrix.os }}
@@ -171,7 +171,7 @@ jobs:
171
171
- uses : actions-rs/toolchain@v1
172
172
with :
173
173
profile : minimal
174
- toolchain : 1.67.0
174
+ toolchain : 1.67.1
175
175
override : true
176
176
- run : cargo build --features syslog-6
177
177
msrv_syslog_7 :
@@ -187,7 +187,7 @@ jobs:
187
187
- uses : actions-rs/toolchain@v1
188
188
with :
189
189
profile : minimal
190
- toolchain : 1.67.0
190
+ toolchain : 1.67.1
191
191
override : true
192
192
- run : cargo build --features syslog-7
193
193
fmt_and_clippy :
Original file line number Diff line number Diff line change 119
119
//!
120
120
//! `humantime` is a nice light dependency, but only offers this one format.
121
121
//! For more custom time formatting, I recommend
122
- //! [`chrono `](https://docs.rs/chrono/) or [`time`](https://docs.rs/time /).
122
+ //! [`jiff `](https://docs.rs/jiff /).
123
123
//!
124
124
//! Now, back to the [`Dispatch`] methods:
125
125
//!
You can’t perform that action at this time.
0 commit comments