From 3348d3d7a26084bf2b5df66a15dea04bff69c3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Tue, 5 Jul 2022 22:46:43 +1200 Subject: [PATCH] (cargo-release) version 0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81285366..2ac84473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "cargo-binstall" -version = "0.9.2" +version = "0.10.0" dependencies = [ "async-trait", "bytes", diff --git a/Cargo.toml b/Cargo.toml index adf70b3f..a4fe8f59 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.2" +version = "0.10.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021"