(cargo-release) version 0.8.0

This commit is contained in:
Félix Saparelli 2022-06-01 01:30:48 +12:00
parent ab678a8127
commit 6457ab9b64
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -139,7 +139,7 @@ dependencies = [
[[package]]
name = "cargo-binstall"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"async-trait",
"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.7.0"
version = "0.8.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2018"
license = "GPL-3.0"