Release Notes
- Add
INSTA_PENDING_DIRenvironment variable for Bazel and other hermetic build systems. When set, pending snapshots are written to a separate directory while keeping the source tree read-only. We are very open to feedback on this feature. #852 - Fix documentation for
test.runner_fallbackconfig key. #853
Install cargo-insta 1.46.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.46.0/cargo-insta-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.46.0/cargo-insta-installer.ps1 | iex"Download cargo-insta 1.46.0
| File | Platform | Checksum |
|---|---|---|
| cargo-insta-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| cargo-insta-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| cargo-insta-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| cargo-insta-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| cargo-insta-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |