Skip to content

Commit 5172bd4

Browse files
github-actions[bot]github-actionsNobodyXu
authored
release: binstalk v0.5.0 (rust-lang#561)
chore: Release Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent d1b4904 commit 5172bd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pkg-fmt = "zip"
2222
pkg-fmt = "zip"
2323

2424
[dependencies]
25-
binstalk = { path = "../binstalk", version = "0.4.1" }
25+
binstalk = { path = "../binstalk", version = "0.5.0" }
2626
binstalk-manifests = { path = "../binstalk-manifests", version = "0.1.0" }
2727
clap = { version = "4.0.26", features = ["derive"] }
2828
crates_io_api = { version = "0.8.1", default-features = false }

crates/binstalk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "binstalk"
33
description = "The binstall toolkit (library interface)"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/binstalk"
6-
version = "0.4.1"
6+
version = "0.5.0"
77
rust-version = "1.61.0"
88
authors = ["ryan <ryan@kurte.nz>"]
99
edition = "2021"

0 commit comments

Comments
 (0)