Skip to content

Commit

Permalink
revert cargo locked
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bond <[email protected]>
  • Loading branch information
loshz committed Apr 28, 2022
1 parent 0e6bdc9 commit 1c368e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install-rust-tools:
cargo install --locked cargo-deny

audit:
cargo deny --locked check
cargo deny check

lint:
# Format files in the current crate using rustfmt
Expand All @@ -17,12 +17,12 @@ lint:
cargo clippy --all --tests -- --no-deps -D warnings

test:
cargo test --locked --no-fail-fast
cargo test --no-fail-fast

publish:
# https://doc.rust-lang.org/cargo/reference/publishing.html
cargo package --list
cargo publish --locked ${PUBLISH_FLAGS}
cargo publish ${PUBLISH_FLAGS}

gen-certs:
mkdir -p ./tests/certs
Expand Down

0 comments on commit 1c368e0

Please sign in to comment.