Skip to content

Commit

Permalink
release: binstalk v0.5.0 (rust-lang#561)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
  • Loading branch information
3 people committed Nov 22, 2022
1 parent d1b4904 commit 5172bd4
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
Expand Up @@ -22,7 +22,7 @@ pkg-fmt = "zip"
pkg-fmt = "zip"

[dependencies]
binstalk = { path = "../binstalk", version = "0.4.1" }
binstalk = { path = "../binstalk", version = "0.5.0" }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.1.0" }
clap = { version = "4.0.26", features = ["derive"] }
crates_io_api = { version = "0.8.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
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.4.1"
version = "0.5.0"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
Expand Down

0 comments on commit 5172bd4

Please sign in to comment.