Use clap to parse keyset subcommands (#100)

Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
This commit is contained in:
Philip-NLnetLabs
2025-07-11 14:38:21 +02:00
committed by GitHub
co-authored by Terts Diepraam
parent 75ce06f14e
commit 559f00e65c
8 changed files with 1249 additions and 990 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.79.0, stable, beta, nightly]
rust: [1.82.0, stable, beta, nightly]
env:
RUSTFLAGS: "-D warnings"
# We use 'vcpkg' to install OpenSSL on Windows.
@@ -53,7 +53,7 @@ jobs:
- name: Install Rust
uses: hecrj/setup-rust-action@v2
with:
rust-version: "1.79.0"
rust-version: "1.82.0"
- name: Install OpenSSL
run: sudo apt-get install -y libssl-dev
- name: Install nightly Rust