zeroclaw/.cargo
killf 1e4fc3c287 fix(windows): increase stack size to resolve runtime overflow
Windows platforms have a default stack size (1-2MB) that is too small
for the heavy JsonSchema derives in config/schema.rs (133 derives).
This causes "thread 'main' has overflowed its stack" on startup.

Changes:
- Increase stack size to 8MB for x86_64-pc-windows-msvc
- Increase stack size to 8MB for aarch64-pc-windows-msvc
- Remove unused ErrorKind import in src/update.rs

Fixes: cargo run --bin zeroclaw stack overflow on Windows
2026-03-03 14:23:56 +08:00
..
armv6l-unknown-linux-musleabihf.json build(cargo): add ARMv6 musl target config for Raspberry Pi Zero W 2026-02-28 08:23:04 -05:00
config.toml fix(windows): increase stack size to resolve runtime overflow 2026-03-03 14:23:56 +08:00