Partial manual merge from main.

This commit is contained in:
Martin Hoffmann
2026-02-26 15:44:52 +01:00
parent e0c4be435e
commit 326ddb99e1
24 changed files with 606 additions and 1514 deletions
+3 -3
View File
@@ -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