v0.6.2
fix: resolve has_exec_perm scope issue on Unix builds (v0.6.2)
The variable has_exec_perm was defined inside a #[cfg(unix)] block
but used in a separate #[cfg(unix)] block, causing it to be out of
scope on Unix platforms.
Fix: Move has_exec_perm definition to the outer scope with proper
conditional compilation for both Unix and non-Unix platforms.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
📦 下載 / Downloads
請從下方選擇適合您系統的版本下載。
Please download the appropriate version for your system from below.
🔒 檔案校驗 / File Verification
使用 SHA256SUMS 檔案驗證下載的檔案完整性。
Use the SHA256SUMS file to verify the integrity of downloaded files.
📝 自動生成的變更日誌 / Auto-generated Changelog
Full Changelog: v0.6.1...v0.6.2