diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-09 17:55:44 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-09 17:55:44 -0800 |
| commit | 15556996cd75003c54db1a5872c66fdf7075364d (patch) | |
| tree | 9b56cfca1407b3dd74c1bff1745d8b0c1f890a0e /src | |
| parent | fix: ensure rust-src is installed (diff) | |
| download | x-15556996cd75003c54db1a5872c66fdf7075364d.tar.gz | |
fix: small nit
Diffstat (limited to 'src')
| -rw-r--r-- | src/x509-info/.drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/.drone.yml b/src/x509-info/.drone.yml index 3ff6a19..f3ec80f 100644 --- a/src/x509-info/.drone.yml +++ b/src/x509-info/.drone.yml @@ -13,7 +13,7 @@ steps: image: nixpkgs/nix-flakes:nixos-22.05 commands: - nix develop --command cargo fmt --check - - nix develop --command cargo-deny check + - nix develop --command cargo deny check - nix develop --command cargo clippy -- -D warnings --- kind: pipeline |
