set the rust toolchain to the v1.75.0

This commit is contained in:
Tamo 2024-06-26 14:01:28 +02:00
parent 544e98ca99
commit e28332a904
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.78.0"
channel = "1.75.0"
components = ["clippy"]