Skip to content

0.1.1 (2026-07-31)

Choose a tag to compare

@github-actions github-actions released this 31 Jul 02:53
0b1f833

Release Notes

Bug Fixes

  • pin the Rust toolchain to stop release builds drifting from Cargo.toml's MSRV (#53) (43e2d60)

Install boast 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mbhall88/boast/releases/download/0.1.1/boast-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mbhall88/boast/releases/download/0.1.1/boast-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install mbhall88/tap/boast

Download boast 0.1.1

File Platform Checksum
boast-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
boast-x86_64-apple-darwin.tar.xz Intel macOS checksum
boast-x86_64-pc-windows-msvc.zip x64 Windows checksum
boast-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
boast-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
boast-armv7-unknown-linux-musleabihf.tar.xz ARMv7 MUSL Linux checksum