Skip to content

Commit

Permalink
fix ci 2?
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Dec 15, 2024
1 parent 11117a1 commit 748fb77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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

0 comments on commit 748fb77

Please sign in to comment.