Skip to content

envroll 0.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 05 May 17:03
v0.3.2
1a6fc10

Release Notes

Fixed

  • Release pipeline pins the Rust toolchain via rust-toolchain.toml.
    v0.3.1 declared rust-version = "1.95.0" but cargo-dist's Linux build
    jobs run on ubuntu-22.04 GHA runners, whose pre-installed Rust was
    1.94.1 (and the aarch64 runner image was on 1.93.1). The MSRV check
    failed and the GitHub Release for v0.3.1 was never published with
    binaries (crates.io still has v0.3.1, but curl ... | sh couldn't
    fetch a v0.3.1 release). v0.3.2 ships a top-level rust-toolchain.toml
    so rustup auto-installs and selects 1.95.0 inside the runner regardless
    of what's pre-baked. We deliberately stay on ubuntu-22.04 to keep the
    Linux binaries linked against an older glibc (Ubuntu 20.04 / Debian 11
    / RHEL 8 still work). v0.3.1 has been yanked from crates.io.

Install envroll 0.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/AdriiiPRodri/envroll/releases/download/v0.3.2/envroll-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/AdriiiPRodri/envroll/releases/download/v0.3.2/envroll-installer.ps1 | iex"

Download envroll 0.3.2

File Platform Checksum
envroll-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
envroll-x86_64-apple-darwin.tar.xz Intel macOS checksum
envroll-x86_64-pc-windows-msvc.zip x64 Windows checksum
envroll-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
envroll-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum