We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3815ee6 commit 72ca4e8Copy full SHA for 72ca4e8
justfile
@@ -1,6 +1,8 @@
1
default:
2
@just --list
3
4
+alias ulf := update-lock-files
5
+
6
# Cargo build everything.
7
build:
8
cargo build --workspace --all-targets --all-features
0 commit comments