(cargo-release) version 0.2.0

This commit is contained in:
ryan kurte 2021-01-01 10:00:25 +13:00
parent 3f4088657d
commit 71a4aad839
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -129,7 +129,7 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
name = "cargo-binstall"
version = "0.1.0"
version = "0.2.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.1.0"
version = "0.2.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2018"
license = "GPL-3.0"