Bump MSRV due to pulled in version of impl-trait-for-tuples dependency needing support for the 2021 Rust edition.

This commit is contained in:
Ximon Eighteen
2022-02-23 14:17:18 +01:00
committed by Tim Bruijnzeels
parent 1f46abf8f4
commit b5b2c24a92
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -43,10 +43,10 @@ jobs:
matrix:
os: [ubuntu-latest]
# Test against Rust 1.47.0 because in build.rs we say that is the oldest supported version.
# Test against Rust 1.56.0 because in build.rs we say that is the oldest supported version.
# Test against beta Rust to get early warning of any problems that might occur with the upcoming Rust release.
# Order: oldest Rust to newest Rust.
rust: [1.47.0, stable, beta]
rust: [1.56.0, stable, beta]
# Test with no features, default features ("") and all except UI tests.
# Order: fewest features to most features.