From 43d5a6bdb196de7abfeaf0da52fce49f2bc23cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 8 Jun 2022 17:17:00 +1200 Subject: [PATCH] (cargo-release) version 0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 985b18fc..c4fe15c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "cargo-binstall" -version = "0.9.0" +version = "0.9.1" dependencies = [ "async-trait", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index b6c5aa3a..7f015855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.9.0" +version = "0.9.1" rust-version = "1.61.0" authors = ["ryan "] edition = "2021"