Skip to content

Commit b1e9777

Browse files
committed
Pin the stable version to whatever the latest CI image contains!
Otherwise builds will once again take longer (but we also can keep using our caches longer).
1 parent 07729d3 commit b1e9777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[toolchain]
2-
channel = "stable"
2+
# IMPORTANT: This should match CI so it won't download the toolchain all the time.
3+
channel = "1.90"
34
components = [
45
"rustfmt",
56
"clippy",

0 commit comments

Comments
 (0)