Skip to content

Commit

Permalink
Merge pull request #144 from daboross/dross/rec-jiff
Browse files Browse the repository at this point in the history
Recommend using jiff
  • Loading branch information
daboross authored Dec 15, 2024
2 parents 3e775cc + 748fb77 commit 41296e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ jobs:
toolchain: 1.60.0
override: true
- run: cargo build
- run: cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
msrv_date_based:
msrv2:
name: MSRV Compatability - fern/date-based
runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -139,9 +138,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.61.0
toolchain: 1.63.0
override: true
- run: cargo build --features date-based
- run: cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
msrv_syslog_4:
name: MSRV Compatability - fern/syslog-4
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.0
toolchain: 1.67.1
override: true
- run: cargo build --features syslog-6
msrv_syslog_7:
Expand All @@ -187,7 +187,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.67.0
toolchain: 1.67.1
override: true
- run: cargo build --features syslog-7
fmt_and_clippy:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
//!
//! `humantime` is a nice light dependency, but only offers this one format.
//! For more custom time formatting, I recommend
//! [`chrono`](https://docs.rs/chrono/) or [`time`](https://docs.rs/time/).
//! [`jiff`](https://docs.rs/jiff/).
//!
//! Now, back to the [`Dispatch`] methods:
//!
Expand Down

0 comments on commit 41296e0

Please sign in to comment.