datahaven/operator/rust-toolchain.toml
Steve Degosserie 9de44b84fe
revert: ♻ Revert Rust toolchain to 1.88.0 (revert PR #362) (#392)
Revert #362, back to Rust toolchain v1.88.0, as the newer version causes
an issue in the runtime release publishing flow.
2026-01-14 08:37:27 +01:00

14 lines
258 B
TOML

[toolchain]
channel = "1.88.0"
components = [
"cargo",
"clippy",
"rust-analyzer",
"rust-src",
"rust-std",
"rustc-dev",
"rustc",
"rustfmt",
]
profile = "minimal"
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-gnu"]