mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-12 20:47:41 +02:00
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:
committed by
Tim Bruijnzeels
parent
1f46abf8f4
commit
b5b2c24a92
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user