ci: pin Rust toolchain for GitHub Actions

This commit is contained in:
IgorRachkov
2026-06-14 16:17:04 +03:00
parent 00fb35096d
commit f711e6babb
+4
View File
@@ -0,0 +1,4 @@
[toolchain]
channel = "1.85.0"
profile = "minimal"
components = ["rustfmt", "clippy"]