File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,7 @@ jobs:
125125 toolchain : 1.60.0
126126 override : true
127127 - run : cargo build
128- - run : cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
129- msrv_date_based :
128+ msrv2 :
130129 name : MSRV Compatability - fern/date-based
131130 runs-on : ${{ matrix.os }}
132131 strategy :
@@ -139,9 +138,10 @@ jobs:
139138 - uses : actions-rs/toolchain@v1
140139 with :
141140 profile : minimal
142- toolchain : 1.61 .0
141+ toolchain : 1.63 .0
143142 override : true
144143 - run : cargo build --features date-based
144+ - run : cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
145145 msrv_syslog_4 :
146146 name : MSRV Compatability - fern/syslog-4
147147 runs-on : ${{ matrix.os }}
@@ -171,7 +171,7 @@ jobs:
171171 - uses : actions-rs/toolchain@v1
172172 with :
173173 profile : minimal
174- toolchain : 1.67.0
174+ toolchain : 1.67.1
175175 override : true
176176 - run : cargo build --features syslog-6
177177 msrv_syslog_7 :
@@ -187,7 +187,7 @@ jobs:
187187 - uses : actions-rs/toolchain@v1
188188 with :
189189 profile : minimal
190- toolchain : 1.67.0
190+ toolchain : 1.67.1
191191 override : true
192192 - run : cargo build --features syslog-7
193193 fmt_and_clippy :
Original file line number Diff line number Diff line change 119119//!
120120//! `humantime` is a nice light dependency, but only offers this one format.
121121//! 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 /).
123123//!
124124//! Now, back to the [`Dispatch`] methods:
125125//!
You can’t perform that action at this time.
0 commit comments