2026-06-22 13:12:27 +04:00
|
|
|
[toolchain]
|
2026-07-18 05:20:43 +04:00
|
|
|
channel = "1.97.1"
|
2026-06-23 22:05:16 +04:00
|
|
|
components = ["clippy", "rustfmt", "rust-docs"]
|
|
|
|
|
targets = [
|
|
|
|
|
"x86_64-unknown-linux-gnu",
|
|
|
|
|
"x86_64-pc-windows-msvc",
|
|
|
|
|
"aarch64-apple-darwin",
|
|
|
|
|
"x86_64-apple-darwin",
|
|
|
|
|
]
|