From 8263fe0d188a4a842ce5e3ca881e7f16ac33598d Mon Sep 17 00:00:00 2001 From: David Ross Date: Sun, 20 Oct 2024 16:38:25 -0700 Subject: [PATCH] Update secondary MSRV test versions for optional dependencies. --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 36c6bb2..155341a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: @@ -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: @@ -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: