Skip to content

Commit

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

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Feb 3, 2024
1 parent f8bb014 commit 1f49dca
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.20.1", default-features = false }
binstalk = { path = "../binstalk", version = "0.21.0", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.12.0" }
clap = { version = "4.4.8", 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.20.1"
version = "0.21.0"
rust-version = "1.65.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
Expand Down

0 comments on commit 1f49dca

Please sign in to comment.