Skip to content

Commit

Permalink
release: binstalk v0.3.0 (rust-lang#442)
Browse files Browse the repository at this point in the history
(cargo-release) version 0.3.0

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Sep 28, 2022
1 parent 34df617 commit a79b880
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.2.2" }
binstalk = { path = "../binstalk", version = "0.3.0" }
clap = { version = "3.2.22", features = ["derive"] }
crates_io_api = { version = "0.8.1", default-features = false }
dirs = "4.0.0"
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.2.2"
version = "0.3.0"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
Expand Down

0 comments on commit a79b880

Please sign in to comment.