Sourced from insta's releases.
1.43.2
Release Notes
- Fix panics when
cargo metadatafails to execute or parse (e.g., when cargo is not in PATH or returns invalid output). Now falls back to using the manifest directory as the workspace root. #798 (@​adriangb)- Fix clippy
uninlined_format_argslint warnings. #801- Changed diff line numbers to 1-based indexing. #799
- Preserve snapshot names with
INSTA_GLOB_FILTER. #786- Bumped
libccrate to0.2.174, fixing building on musl targets, and increasing the MSRV ofinstato1.64.0(released Sept 2022). #784- Fix clippy 1.88 errors. #783
- Fix source path in snapshots for non-child workspaces. #778
- Add lifetime to Selector in redaction iterator. #779
Install cargo-insta 1.43.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.43.2/cargo-insta-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.43.2/cargo-insta-installer.ps1 | iex"Download cargo-insta 1.43.2
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
Sourced from insta's changelog.
1.43.2
- Fix panics when
cargo metadatafails to execute or parse (e.g., when cargo is not in PATH or returns invalid output). Now falls back to using the manifest directory as the workspace root. #798 (@​adriangb)- Fix clippy
uninlined_format_argslint warnings. #801- Changed diff line numbers to 1-based indexing. #799
- Preserve snapshot names with
INSTA_GLOB_FILTER. #786- Bumped
libccrate to0.2.174, fixing building on musl targets, and increasing the MSRV ofinstato1.64.0(released Sept 2022). #784- Fix clippy 1.88 errors. #783
- Fix source path in snapshots for non-child workspaces. #778
- Add lifetime to Selector in redaction iterator. #779
01fc57f
Fix Windows runner configuration for releases88c9a2f
Prepare CHANGELOG for 1.43.2 release (#802)d03c2a6
Improve error handling for cargo workspace detection (#800)55987ac
Fix clippy uninlined_format_args lint warnings (#801)ae26e81
Change diff line numbers to 1-based indexing (#799)26efb60
Release insta 1.43.2 (#791)7793782
Preserve snapshot names with INSTA_GLOB_FILTER (#786)1d6e0c7
chore: bump libc crate (#784)1a17ea9
chore: fix clippy 1.88 errors (#783)7d0de48
Fix source path in snapshots for non-child workspaces (#778)