Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Upgrade signatory -> 0.15; yubihsm -> 0.28; use chacha20poly1305 crate #366

Merged
merged 1 commit into from
Oct 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,11 @@ jobs:
rustc --version
cargo --version
cargo test --all-features -- --test-threads 1
# TODO(tarcieri): upgrade cargo-audit and/or yubihsm-rs
# Audit is failing on RUSTSEC-2016-0004 and cargo-audit is too old to
# support the --ignore option
#- run:
# name: audit
# command: |
# cargo audit --version
# cargo audit
- run:
name: audit
command: |
cargo audit --version
cargo audit
- run:
name: validate against test harness
command: |
Expand Down
Loading