Skip to content

Commit

Permalink
release: binstalk v0.17.1 (#1449)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Oct 7, 2023
1 parent 6f6426c commit 3b42aa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pkg-fmt = "zip"
pkg-fmt = "zip"

[dependencies]
binstalk = { path = "../binstalk", version = "0.17.0", default-features = false }
binstalk = { path = "../binstalk", version = "0.17.1", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.10.0" }
clap = { version = "4.4.3", features = ["derive", "env"] }
compact_str = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "binstalk"
description = "The binstall toolkit (library interface)"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/binstalk"
version = "0.17.0"
version = "0.17.1"
rust-version = "1.65.0"
authors = ["ryan <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 3b42aa3

Please sign in to comment.