diff --git a/Makefile b/Makefile index 9708bffe..a9783845 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ test_wasm: script/test-wasm lint: - cargo update --workspace --locked + cargo update --workspace --locked --quiet cargo check --workspace --all-targets cargo fmt --all --check cargo clippy --workspace --all-targets -- -D warnings