[F] Forgot to bump lock

This commit is contained in:
Azalea Gui 2025-08-21 09:29:42 -04:00
parent 3c7c449da4
commit 8c1713c37d
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ mkdir -p "$CARGO_ROOT/hyfetch"
cp -r "$SRC_ROOT/hyfetch/data" "$CARGO_ROOT/hyfetch/"
# Build the crate
cargo publish -p hyfetch --dry-run --allow-dirty
cargo publish -p hyfetch --allow-dirty "$@"
# Delete the copied files
rm "$CARGO_ROOT/neofetch"