From 1c368e0b2da9777f80506fcad98d941add650192 Mon Sep 17 00:00:00 2001 From: Dan Bond Date: Thu, 28 Apr 2022 15:24:51 -0700 Subject: [PATCH] revert cargo locked Signed-off-by: Dan Bond --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1b75849..0e8dcab 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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