fix(rust): switch to stable

This commit is contained in:
Harsh Shandilya 2025-02-28 15:51:06 +05:30
parent 88418f7c46
commit 5c40422e41
4 changed files with 22 additions and 21 deletions

View file

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2024-12-15"
channel = "1.85.0"
components = ["clippy", "rustfmt", "rust-src"]
targets = ["x86_64-unknown-linux-gnu"]
profile = "minimal"