Skip to content

Commit

Permalink
Bump MSRV to 1.65 (for regex 1.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and complexspaces committed Aug 11, 2024
1 parent dca8c16 commit 11201c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.64.0" # MSRV
toolchain: "1.65.0" # MSRV
components: clippy

- name: Install cargo-ndk.
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
/Users/runner/work/rustls-platform-verifier/rustls-platform-verifier/android/rustls-platform-verifier/build/outputs/androidTest-results/connected/test-result.pb
# TODO: Test iOS in CI too.

test-freebsd:
name: Test (FreeBSD)
runs-on: ubuntu-latest
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
components: rustfmt

- run: cargo fmt --all -- --check

android_fmt:
name: Ktlint
runs-on: ubuntu-latest
Expand All @@ -243,7 +243,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Verify release artifact
run: ./ci/verify_android_release.sh

Expand Down

0 comments on commit 11201c0

Please sign in to comment.