Meta: Pin Rust toolchain version

This should prevent CI failures on toolchain updates in the future.
This commit is contained in:
Tim Ledbetter 2026-04-16 21:27:45 +01:00 committed by Andreas Kling
parent 530f6fb05c
commit e1a12bcbcb

View file

@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "1.95.0"
components = ["rustfmt", "clippy"]