Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daboross committed Dec 15, 2024
1 parent 9ad03a3 commit 11117a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 11117a1

Please sign in to comment.