mirror of https://github.com/astral-sh/uv
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
|
|
@ -19,7 +19,7 @@ cd "$project_root"
|
|||
rooster release "$@"
|
||||
|
||||
echo "Updating lockfile..."
|
||||
cargo check
|
||||
cargo update -p uv
|
||||
|
||||
echo "Generating contributors list..."
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue