(cargo-release) version 0.9.2

This commit is contained in:
Félix Saparelli 2022-06-29 02:05:27 +12:00
parent 43e4e17e84
commit caf6f3930b
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

@ -130,7 +130,7 @@ dependencies = [
[[package]] [[package]]
name = "cargo-binstall" name = "cargo-binstall"
version = "0.9.1" version = "0.9.2"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",

View file

@ -3,7 +3,7 @@ name = "cargo-binstall"
description = "Rust binary package installer for CI integration" description = "Rust binary package installer for CI integration"
repository = "https://github.com/ryankurte/cargo-binstall" repository = "https://github.com/ryankurte/cargo-binstall"
documentation = "https://docs.rs/cargo-binstall" documentation = "https://docs.rs/cargo-binstall"
version = "0.9.1" version = "0.9.2"
rust-version = "1.61.0" rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"] authors = ["ryan <ryan@kurte.nz>"]
edition = "2021" edition = "2021"