mirror of https://github.com/astral-sh/ruff
Update rooster to 0.1.0 (#20575)
Summary -- This reduces the page size of GraphQL queries (https://github.com/zanieb/rooster/pull/85), hopefully helping with some of the 502s we've been hitting. Test Plan -- I ran the release script, and it succeeded after failing several times on the old rooster version.
This commit is contained in:
parent
529e5fa6c2
commit
7331d393c5
|
|
@ -12,7 +12,7 @@ project_root="$(dirname "$script_root")"
|
||||||
echo "Updating metadata with rooster..."
|
echo "Updating metadata with rooster..."
|
||||||
cd "$project_root"
|
cd "$project_root"
|
||||||
uvx --python 3.12 --isolated -- \
|
uvx --python 3.12 --isolated -- \
|
||||||
rooster@0.0.10a1 release "$@"
|
rooster@0.1.0 release "$@"
|
||||||
|
|
||||||
echo "Updating lockfile..."
|
echo "Updating lockfile..."
|
||||||
cargo update -p ruff
|
cargo update -p ruff
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue