diff --git a/Justfile b/Justfile index 18d0414..926d7e5 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,5 @@ +export RUSTFLAGS := "-D warnings" + default: @echo "Run: just patch|minor|major"