Skip to content

Commit 28f3ddf

Browse files
committed
Pin Rust toolchain to 1.88
1 parent fc318da commit 28f3ddf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rust-toolchain.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[toolchain]
2+
# We choose a specific toolchain (rather than "stable") for repeatability. The
3+
# intent is to keep this up-to-date with recently-released stable Rust.
4+
5+
channel = "1.88.0"
6+
profile = "default"

0 commit comments

Comments
 (0)