merge: upstream v0.16.1 while preserving fork stealth behaviors

This commit is contained in:
leeguooooo
2026-03-04 09:48:58 +09:00
49 changed files with 54831 additions and 98 deletions
+3 -11
View File
@@ -98,18 +98,10 @@ jobs:
linker = "x86_64-w64-mingw32-gcc"
EOF
- name: Cache Cargo dependencies
uses: actions/cache@v4
- name: Cache Rust build artifacts
uses: Swatinem/rust-cache@v2
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
cli/target/
key: ${{ runner.os }}-cargo-${{ matrix.target }}-${{ hashFiles('cli/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-${{ matrix.target }}-
workspaces: cli
- name: Build with zigbuild
if: matrix.use_zigbuild