Use cargo update -p uv for release instead of cargo check (#2786)
This is faster and accomplishes what we want
This commit is contained in:
@@ -19,7 +19,7 @@ cd "$project_root"
|
||||
rooster release "$@"
|
||||
|
||||
echo "Updating lockfile..."
|
||||
cargo check
|
||||
cargo update -p uv
|
||||
|
||||
echo "Generating contributors list..."
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user