Skip to content

Commit 41296e0

Browse files
authoredDec 15, 2024··
Merge pull request #144 from daboross/dross/rec-jiff
Recommend using jiff
2 parents 3e775cc + 748fb77 commit 41296e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎.github/workflows/rust.yml

+5-5
Original file line numberDiff line numberDiff 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:

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
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
//!

0 commit comments

Comments
 (0)
Please sign in to comment.