Skip to content

Commit 8e0688c

Browse files
authored
Update Rust toolchain version to 1.88.0
Rather than direct upgrade from 1.87 to 1.90 (as its causing test failures) Considering gradual migration hence just bumping to 1.88
1 parent 72b0e7d commit 8e0688c

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]
2-
channel = "1.90.0"
2+
channel = "1.88.0"
33
profile = "minimal"
44
components = ["rustfmt", "clippy"]
55
targets = [

0 commit comments

Comments
 (0)