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 |
||
|---|---|---|
| .. | ||
| armv6l-unknown-linux-musleabihf.json | ||
| config.toml | ||