From 583860fbc6fa59311a96418124596edba4c3a63d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 00:17:53 +1000 Subject: [PATCH] release: binstalk-downloader v0.6.0 (#1177) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk-downloader/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d5eda39..5a0c41f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "binstalk-downloader" -version = "0.5.1" +version = "0.6.0" dependencies = [ "async-compression 0.4.0", "async-trait", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 77c6e360..e30acc62 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -3,7 +3,7 @@ name = "binstalk-downloader" description = "The binstall toolkit for downloading and extracting file" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-downloader" -version = "0.5.1" +version = "0.6.0" rust-version = "1.65.0" authors = ["ryan "] edition = "2021" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 17d06b2d..0d8340b4 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-3.0" [dependencies] async-trait = "0.1.68" -binstalk-downloader = { version = "0.5.1", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] } +binstalk-downloader = { version = "0.6.0", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] } binstalk-types = { version = "0.5.0", path = "../binstalk-types" } cargo_toml = "0.15.3" command-group = { version = "2.1.0", features = ["with-tokio"] }