build: pin Rust toolchain to 1.85.0

This commit is contained in:
a.tolmachev
2026-03-28 01:14:44 +03:00
parent 26335e8d9b
commit efbe445e6f
+1 -2
View File
@@ -1,4 +1,3 @@
[toolchain] [toolchain]
channel = "stable" channel = "1.85.0"
components = ["clippy", "rustfmt"] components = ["clippy", "rustfmt"]