From fa961bb4212272cdb7e2e3e34e3e2b01aa3b9131 Mon Sep 17 00:00:00 2001 From: "Ganyu (Bruce) Xu" Date: Mon, 11 Dec 2023 23:44:31 -0500 Subject: [PATCH] cargo quiently --- marvin-toolkit/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/marvin-toolkit/entrypoint.sh b/marvin-toolkit/entrypoint.sh index ce5d872a..3f71564e 100644 --- a/marvin-toolkit/entrypoint.sh +++ b/marvin-toolkit/entrypoint.sh @@ -2,8 +2,8 @@ # Build the test harness cd example/rust-crypto -cargo update -cargo build --profile release +cargo update --quiet +cargo build --profile release --quiet cd ~/marvin-toolkit # Parse CLI inputs to $size and $repeat