Skip to content

Commit 21e2e5d

Browse files
authored
Merge branch 'rustls:main' into feature/named_groups
2 parents f1a8a87 + 9de9757 commit 21e2e5d

File tree

3 files changed

+235
-158
lines changed

3 files changed

+235
-158
lines changed

.github/workflows/libssl.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@ jobs:
117117
- name: Check MATRIX.md is up-to-date
118118
run: ./admin/matrix.py > MATRIX.md.new && diff -su MATRIX.md MATRIX.md.new
119119

120+
msrv:
121+
name: MSRV
122+
runs-on: ubuntu-latest
123+
steps:
124+
- name: Checkout sources
125+
uses: actions/checkout@v5
126+
with:
127+
persist-credentials: false
128+
- name: Install rust toolchain
129+
uses: dtolnay/rust-toolchain@master
130+
with:
131+
toolchain: 1.88
132+
- name: Check build using MSRV
133+
run: cargo check --locked --lib --all-features
134+
120135
clippy:
121136
name: Clippy
122137
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)