You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal Supported Rust Version (MSRV) is now 1.90.0.
Bug fixes
hawkeye CLI now uses hawkeye-fmt of exactly the same version to format headers, instead of using the latest version of hawkeye-fmt that may not be compatible with the current version of hawkeye.
Improvements
Replace anyhow with exn for more informative error messages.
Install hawkeye 6.5.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.5.0/hawkeye-installer.sh | sh
attrs.disk_file_created_year can be used to replace nonexisting Git attrs like {{attrs.git_file_created_year if attrs.git_file_created_year else attrs.disk_file_created_year }}
Install hawkeye 6.1.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v6.1.0/hawkeye-installer.sh | sh