We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88542ee + a5a2c0a commit 5236fe9Copy full SHA for 5236fe9
collector/collect.sh
@@ -16,8 +16,8 @@ while : ; do
16
17
# Make sure we have a recent build, so that we can successfully build
18
# the collector.
19
- rustup update 1.81.0
20
- cargo +1.81.0 build --release -p collector
+ rustup update stable
+ cargo +stable build --release -p collector
21
22
target/release/collector bench_next $SITE_URL --self-profile --bench-rustc --db $DATABASE
23
STATUS=$?
0 commit comments