Skip to content

Commit

Permalink
bump-version: use cargo update instead of cargo check
Browse files Browse the repository at this point in the history
We don't actually need to check; we just need to update version numbers.
  • Loading branch information
benesch committed Aug 16, 2024
1 parent b2df5d2 commit 69eb589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ fi

rm -f src/{clusterd,environmentd,persist-client,testdrive,catalog-debug,balancerd}/Cargo.toml.bak LICENSE.bak

cargo check
cargo update --workspace

git commit -am "release: bump to version v$version"

0 comments on commit 69eb589

Please sign in to comment.