mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-09-23 10:15:04 +02:00
Use clap to parse keyset subcommands (#100)
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
This commit is contained in:
co-authored by
Terts Diepraam
parent
75ce06f14e
commit
559f00e65c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user