Skip to content

Commit

Permalink
Update secondary MSRV test versions for optional dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Oct 20, 2024
1 parent ac1701c commit 8263fe0
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 @@ -134,7 +134,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.61.0
override: true
- run: cargo build --features date-based
msrv_syslog_4:
Expand All @@ -150,7 +150,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.65.0
override: true
- run: cargo build --features syslog-4
msrv_syslog_6:
Expand All @@ -166,7 +166,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.67.0
override: true
- run: cargo build --features syslog-6
fmt_and_clippy:
Expand Down

0 comments on commit 8263fe0

Please sign in to comment.