mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-12 20:47:41 +02:00
Upgrade MSRV to 1.88 and upgrade dependencies. (#1358)
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
# Test against 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.85.0, stable, beta]
|
||||
rust: [1.88.0, stable, beta]
|
||||
|
||||
# Test with no features and all features.
|
||||
args: ["--no-default-features", "--all-features"]
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.85.0, stable, beta]
|
||||
rust: [1.88.0, stable, beta]
|
||||
features: ["hsm", "hsm,hsm-tests-kmip"]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
rust: [1.85.0, stable, beta]
|
||||
rust: [1.88.0, stable, beta]
|
||||
features: ["hsm,hsm-tests-pkcs11"]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user