Skip to content

Commit

Permalink
wip: temporarily take MSRV 1.73
Browse files Browse the repository at this point in the history
1.71 and 1.72 both hit an ICE building w/ aws-lc-rs HPKE suites. There's
probably a way to work around this/slash get it fixed upstream, but for
now let's just bump MSRV to get green CI for review.

Along the way, match the formatter to the MSRV. It had fallen behind.
  • Loading branch information
cpu committed Nov 27, 2024
1 parent aadf410 commit 2c33554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- nightly
# MSRV - keep in sync with what rustls and rustls-platform-verifier
# consider MSRV
- 1.71.0
- "1.73"
os: [ ubuntu-latest ]
# but only stable, clang, and aws-lc-rs on macos (slower platform)
include:
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.67.1
toolchain: "1.73" # Matching MSRV
components: rustfmt
- name: Check Rust formatting
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 2c33554

Please sign in to comment.