datahaven/operator/rust-toolchain.toml
Steve Degosserie 58296f5e87
build: ⬆️ Bump Rust version to 1.90.0 (#362)
## Summary
- Bump Rust toolchain from 1.88.0 to 1.90.0 in
`operator/rust-toolchain.toml`
- Update hardcoded Rust version in
`.github/workflows/task-check-licenses.yml` to match

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com>
2025-12-19 08:43:01 +01:00

14 lines
258 B
TOML

[toolchain]
channel = "1.90.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"]