From c81c752dd5cba11db349c8c8352c878ac0835ca1 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sat, 29 Apr 2023 11:22:31 -0400 Subject: [PATCH] Fix rust-cache --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index c681bc7..231a778 100644 --- a/justfile +++ b/justfile @@ -59,7 +59,7 @@ init: clean: output-clean cargo clean -rust-cache: wasm-build +rust-cache: build cargo check --all cargo build --all cargo doc --all