mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-04 00:54:42 +00:00
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:
parent
0046a0d596
commit
4c3e5f0f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ cd "$project_root"
|
|||
rooster release "$@"
|
||||
|
||||
echo "Updating lockfile..."
|
||||
cargo check
|
||||
cargo update -p uv
|
||||
|
||||
echo "Generating contributors list..."
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue