ci: pin Rust toolchain to 1.94.0

This commit is contained in:
IgorRachkov
2026-06-14 16:17:59 +03:00
parent cd6d8b5119
commit 8b8dec0754
+1 -1
View File
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.85.0"
channel = "1.94.0"
profile = "minimal"
components = ["rustfmt", "clippy"]