Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: cargo-binstall v1.1.0 #1215

Merged
merged 1 commit into from
Jul 18, 2023
Merged

release: cargo-binstall v1.1.0 #1215

merged 1 commit into from
Jul 18, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 18, 2023

This is a release PR for cargo-binstall version 1.1.0 (performing a minor bump).

Use squash merge.

Upon merging, this will automatically create the tag v1.1.0, build the CLI,
create a GitHub release with the release notes below
, and CI will publish to crates.io on merge of this PR.

To trigger builds initially, close and then immediately re-open this PR once.


Edit release notes into the section below:

Release notes

Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install in most cases. Install it today with cargo install cargo-binstall, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall.

Features

Optimization

  • Use reflink_copy to speedup binary installation if atomic rename failed

  • speedup git shallow cloning: Enable gix/max-performance (speedup git shallow cloning: Enable gix/max-performance #1186)
    for targets:

    • x86_64-apple-darwin
    • aarch64-apple-darwin
    • x86_64-unknown-linux-gnu
    • x86_64-unknown-linux-musl

    which will use zlib-ng to speedup decompression and use assembly
    version for sha1 checksum calculation on supported CPU.

    Also enable feature zlib-ng on windows and

    • aarch64-unknown-linux-gnu
    • aarch64-unknown-linux-musl
  • Speedup prebuilt binary (Speedup prebuilt binary #1188)

    This commit speeds it up by building all dependencies with -O3 in dev
    and release build, in release build we build everything with -O3.

Bugfix

@NobodyXu NobodyXu closed this Jul 18, 2023
@NobodyXu NobodyXu reopened this Jul 18, 2023
@NobodyXu NobodyXu requested a review from passcod July 18, 2023 13:49
@NobodyXu NobodyXu added this pull request to the merge queue Jul 18, 2023
Merged via the queue into main with commit 07bc44e Jul 18, 2023
29 checks passed
@NobodyXu NobodyXu deleted the release/cargo-binstall/1.1.0 branch July 18, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants