chore(workspace): bump CI yaml + README toolchain refs 1.82 → 1.85
This commit is contained in:
parent
d0e8ca6516
commit
536ab91d0c
4
.github/workflows/rust-check.yml
vendored
4
.github/workflows/rust-check.yml
vendored
|
|
@ -20,7 +20,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check:
|
||||
name: ${{ matrix.os }} / 1.82
|
||||
name: ${{ matrix.os }} / 1.85
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: "1.82"
|
||||
toolchain: "1.85"
|
||||
components: rustfmt, clippy
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- run: cargo fmt --all -- --check
|
||||
|
|
|
|||
2
.github/workflows/wasm-bundle-check.yml
vendored
2
.github/workflows/wasm-bundle-check.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
submodules: recursive
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
toolchain: "1.82"
|
||||
toolchain: "1.85"
|
||||
targets: wasm32-unknown-unknown
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -447,8 +447,8 @@ bun run mcp:dev # Run MCP server from source
|
|||
OpenPencil 正在进行全量 Rust 化。当前状态见 `openpencil-docs/superpowers/specs/2026-05-02-rust-ification-kickoff.md`(v7 FROZEN)。
|
||||
|
||||
```bash
|
||||
# Install Rust toolchain (rust-toolchain.toml auto-pins 1.82)
|
||||
rustup toolchain install 1.82
|
||||
# Install Rust toolchain (rust-toolchain.toml auto-pins 1.85)
|
||||
rustup toolchain install 1.85
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
||||
# build / test / lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue