chore: rename toolchain file (#1604)

Rename toolchain file so older versions of cargo can pick it up.
This commit is contained in:
pakrym-oai
2025-07-17 15:36:15 -07:00
committed by GitHub
parent e16657ca45
commit 327e2254f6
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "1.88.0"
components = [ "clippy", "rustfmt", "rust-src"]