Skip to content

Commit 549428a

Browse files
committed
f skip audit due to bodil/sized-chunks#11
1 parent 4c21e77 commit 549428a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ commands:
2121
name: Setup Rust checks
2222
command: |
2323
rustup component add rustfmt
24-
cargo install cargo-audit
24+
# cargo install cargo-audit
2525
rustup component add clippy
2626
rust-check:
2727
steps:
2828
- run:
2929
name: Core Rust Checks
3030
command: |
3131
cargo fmt -- --check
32-
cargo audit
32+
# skipping audit pending https://github.com/bodil/sized-chunks/issues/11
33+
#cargo audit
3334
rust-clippy:
3435
steps:
3536
- run:

0 commit comments

Comments
 (0)