Skip to content

Commit

Permalink
Bump CI regarding MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jul 12, 2023
1 parent db97b73 commit 0845bf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
profile: minimal
# when updating this, also update rust-version in Cargo.toml
toolchain: 1.31.0
toolchain: 1.63.0
override: true
- run: cargo build
- run: cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
Expand All @@ -134,7 +134,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.48.0
toolchain: 1.63.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.51.0
toolchain: 1.63.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.59.0
toolchain: 1.63.0
override: true
- run: cargo build --features syslog-6
fmt_and_clippy:
Expand Down

0 comments on commit 0845bf5

Please sign in to comment.