(cargo-release) version 0.5.0

This commit is contained in:
ryan kurte 2021-11-19 09:37:35 +13:00
parent 15df6aace1
commit 912dc56c95
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -111,7 +111,7 @@ dependencies = [
[[package]]
name = "cargo-binstall"
version = "0.4.1"
version = "0.5.0"
dependencies = [
"anyhow",
"cargo_metadata",

View file

@ -3,7 +3,7 @@ name = "cargo-binstall"
description = "Rust binary package installer for CI integration"
repository = "https://github.com/ryankurte/cargo-binstall"
documentation = "https://docs.rs/cargo-binstall"
version = "0.4.1"
version = "0.5.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2018"
license = "GPL-3.0"