Skip to content

Commit 0e19faf

Browse files
committed
chore: another justfile fix + cargo update
1 parent f93d32c commit 0e19faf

2 files changed

Lines changed: 28 additions & 29 deletions

File tree

.justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ version BUMP:
6363
#!/usr/bin/env bash
6464
set -e
6565
current=$(tomato get package.version Cargo.toml)
66-
version=$(echo "$current" | semver-bump {{BUMP}})
66+
version=$(semver-bump {{BUMP}} "$current")
6767
tomato set package.version "$version" Cargo.toml &> /dev/null
6868
cargo generate-lockfile
6969
git commit Cargo.toml Cargo.lock -m "v${version}"

Cargo.lock

Lines changed: 27 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)