mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-06-01 03:14:29 +07:00
The official github-copilot-sdk requires rust-version 1.94 + edition 2024; the workspace was pinned to 1.85. Bump the toolchain so the SDK can be adopted for the Copilot connection. Verified: full native build, wasm32 web check, and shell-core tests all pass on 1.94.1 with no new errors.
5 lines
133 B
TOML
5 lines
133 B
TOML
[toolchain]
|
|
channel = "1.94"
|
|
components = ["rustfmt", "clippy", "rust-src"]
|
|
targets = ["wasm32-unknown-unknown"]
|
|
profile = "default"
|