diff --git a/collector/collect.sh b/collector/collect.sh index 7f600400d..0d66e5142 100755 --- a/collector/collect.sh +++ b/collector/collect.sh @@ -16,8 +16,8 @@ while : ; do # Make sure we have a recent build, so that we can successfully build # the collector. - rustup update 1.81.0 - cargo +1.81.0 build --release -p collector + rustup update stable + cargo +stable build --release -p collector target/release/collector bench_next $SITE_URL --self-profile --bench-rustc --db $DATABASE STATUS=$?