summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2024-05-20 12:24:26 +0100
committerJoe Birr-Pixton <jpixton@gmail.com>2024-05-31 11:08:48 +0000
commitdb0a1a29d5899404de3a0b5d2160dc3bb39d7dc7 (patch)
treed9f04d66596e54fbcdae3b4f9ed7addbb1702e08 /.github
parent52e398c01ebdb8245d8a5cb44b5f26f572014828 (diff)
Specify and test later MSRV if zlib-rs is included
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f8c2c194..2c666285 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -111,6 +111,13 @@ jobs:
with:
toolchain: "1.63"
+ # zlib-rs is optional and requires a later MSRV
+ - run: cargo check --locked --lib $(admin/all-features-except zlib rustls) -p rustls
+
+ - uses: dtolnay/rust-toolchain@master
+ with:
+ toolchain: "1.75"
+
- run: cargo check --locked --lib --all-features -p rustls
features: