mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
## 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>
14 lines
258 B
TOML
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"]
|