Skip to content

Commit

Permalink
f update sha & hmac
Browse files Browse the repository at this point in the history
  • Loading branch information
jrconlin committed Sep 10, 2020
1 parent d336045 commit 1c8f27a
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 110 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ commands:
name: Setup Rust checks
command: |
rustup component add rustfmt
cargo install cargo-audit
# cargo install cargo-audit
rustup component add clippy
rust-check:
steps:
- run:
name: Core Rust Checks
command: |
cargo fmt -- --check
cargo audit
# skipping audit pending https://github.com/bodil/sized-chunks/issues/11
#cargo audit
rust-clippy:
steps:
- run:
Expand Down
Loading

0 comments on commit 1c8f27a

Please sign in to comment.