Skip to content

Commit 0b24824

Browse files
github-actions[bot]github-actions
andauthored
release: cargo-binstall v1.17.9 (#2521)
<!-- {"release-pr":{"v2":{"crates":[{"name":"cargo-binstall","path":"/home/runner/work/cargo-binstall/cargo-binstall/crates/bin"}],"version":{"previous":"1.17.8","actual":"1.17.9","desired":"patch"}}}} --> This is a release PR for **cargo-binstall** version **1.17.9** (performing a patch bump). **Use squash merge.** Upon merging, this will automatically create the tag `v1.17.9`, 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:_ <!-- do not change or remove this heading --> ### 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`._ #### In this release: - Upgrade dependencies Co-authored-by: github-actions <github-actions@github.com>
1 parent 12724e5 commit 0b24824

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cargo-binstall"
33
description = "Binary installation for rust projects"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/cargo-binstall"
6-
version = "1.17.8"
6+
version = "1.17.9"
77
rust-version = "1.79.0"
88
authors = ["ryan <ryan@kurte.nz>"]
99
edition = "2021"

crates/bin/windows.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<assemblyIdentity
44
type="win32"
55
name="Binstall.Cli.binstall"
6-
version="1.17.8.0"
6+
version="1.17.9.0"
77
/>
88

99
<trustInfo>

0 commit comments

Comments
 (0)