Chore: use stable

This commit is contained in:
Denis Benato
2025-11-06 15:49:05 +01:00
parent a1815ac40c
commit 80147966a9

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]
profile = "minimal"