diff --git a/justfile b/justfile index 1719960..61746ca 100644 --- a/justfile +++ b/justfile @@ -40,6 +40,9 @@ done BRANCH: git pull --rebase github master git branch -d {{BRANCH}} +install: + cargo install -f just + install-dev-deps: rustup install nightly rustup update nightly