From a60ae7ef6c8b4dc1369a9763f96336aacd57f86f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:42:26 +1300 Subject: [PATCH] release: binstalk-downloader v0.3.2 (#715) 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 99695ee6..b07434ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -195,7 +195,7 @@ dependencies = [ [[package]] name = "binstalk-downloader" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-compression", "async-trait", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index acf9d0e1..cac2dee8 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.3.1" +version = "0.3.2" rust-version = "1.65.0" authors = ["ryan "] edition = "2021" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 8db622b4..0e22f854 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-3.0" [dependencies] async-trait = "0.1.61" -binstalk-downloader = { version = "0.3.1", path = "../binstalk-downloader" } +binstalk-downloader = { version = "0.3.2", path = "../binstalk-downloader" } binstalk-types = { version = "0.2.0", path = "../binstalk-types" } cargo_toml = "0.14.0" command-group = { version = "2.0.1", features = ["with-tokio"] }