Release Notes
- Revert sorting of sequences in
sort_maps. The change in 1.47.0 sorted allSeqvalues (includingVec), not just non-deterministic collections likeHashSet, which was a breaking change. [#876]
Install cargo-insta 1.47.1
Install prebuilt binaries via shell script
:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.47.1/cargo-insta-installer.sh | sh
Install prebuilt binaries via powershell script
:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.47.1/cargo-insta-installer.ps1 | iex"
Download cargo-insta 1.47.1
| File | Platform | Checksum |
|---|---|---|
| cargo-insta-aarch64-apple-darwin.tar.xz (github.com) | Apple Silicon macOS | checksum |
| cargo-insta-x86_64-apple-darwin.tar.xz (github.com) | Intel macOS | checksum |
| cargo-insta-x86_64-pc-windows-msvc.zip (github.com) | x64 Windows | checksum |
| cargo-insta-x86_64-unknown-linux-gnu.tar.xz (github.com) | x64 Linux | checksum |
| cargo-insta-x86_64-unknown-linux-musl.tar.xz (github.com) | x64 MUSL Linux | checksum |