Skip to content

Commit

Permalink
Test with Rust 1.56 in CI
Browse files Browse the repository at this point in the history
This our current minimum supported Rust version (MSRV). I gave up on
maintaining compatibility with Rust 2018 two years ago in #180, but I
hope the update speed of our dependencies has slowed down enough that
we can keep compatibility with Rust 1.56 for a while.

If this turns out to be problematic again, then I will bump the MSRV
as needed. This will of course be clearly communicated in the release
notes for each release.
  • Loading branch information
mgeisler committed Jun 12, 2022
1 parent ed243df commit 381136c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.56 # MSRV, Rust 2021
- stable
- nightly
features:
Expand Down

0 comments on commit 381136c

Please sign in to comment.