Release Notes
Released on 2025-12-09.
Bug fixes
- Fallback to use remote repo package root instead of erroring (#1203)
- Prepend toolchain bin directory to PATH when calling cargo (#1204)
- Use
cargofrom installed toolchain (#1202)
Contributors
Install prek 0.2.21
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.21/prek-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.21/prek-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install j178/tap/prekInstall prebuilt binaries into your npm project
npm install @j178/prek@0.2.21