Skip to content

Commit d10ebb6

Browse files
committed
rust: Use stable toolchain for udeps job
That way we avoid rust-lang/rust#85574
1 parent 6ab720b commit d10ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages/rust.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ cargo udeps
9999
Timeout: config.JobTimeout,
100100
Steps: []actions.Step{
101101
actions.MakeCheckoutStep(),
102-
makeInstallTooclhainStep("nightly"),
102+
makeInstallTooclhainStep("stable"),
103103
makeRustCacheStep(),
104104
{
105105
Name: "Fetch prebuilt cargo-udeps",

0 commit comments

Comments
 (0)