Meta: Pin Rust toolchain version
This should prevent CI failures on toolchain updates in the future.
This commit is contained in:
parent
530f6fb05c
commit
e1a12bcbcb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "stable"
|
||||
|
||||
channel = "1.95.0"
|
||||
components = ["rustfmt", "clippy"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue