Skip to content

Commit 5cf128e

Browse files
committed
target rust 1.88 instead of 1.90
see OPTE #861
1 parent 6fb6352 commit 5cf128e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
22
# We choose a specific toolchain (rather than "stable") for repeatability. The
33
# intent is to keep this up-to-date with recently-released stable Rust.
4-
channel = "1.90.0"
4+
channel = "1.88.0"
55
profile = "default"

0 commit comments

Comments
 (0)