1
0

patch: fallback to stable rust toolchain

Rust-analyzer doesn't play nicely with proc macros on the latest
(default) fenix toolchain.
This commit is contained in:
2025-12-19 16:07:50 +01:00
parent f1b828c7fe
commit 056888e635

View File

@@ -40,7 +40,7 @@ in
xh xh
jq jq
(fenix.complete.withComponents [ (fenix.stable.withComponents [
"rustc" "rustc"
"cargo" "cargo"
"clippy" "clippy"