From abc0dbee67f7751c8ddb7443222bc37ee0b7bb42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 04:23:54 +0000 Subject: [PATCH] release: binstalk-fetchers v0.4.1 (#1705) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk-fetchers/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ba8c932..3deda604 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "binstalk-fetchers" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-trait", "binstalk-downloader", diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index e73a46a1..5f48a7b2 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binstalk-fetchers" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "The binstall fetchers" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 9a8fbe18..c9c2a5d0 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -14,7 +14,7 @@ binstalk-bins = { version = "0.4.0", path = "../binstalk-bins" } binstalk-downloader = { version = "0.10.3", path = "../binstalk-downloader", default-features = false, features = [ "gh-api-client", ] } -binstalk-fetchers = { version = "0.4.0", path = "../binstalk-fetchers", features = [ +binstalk-fetchers = { version = "0.4.1", path = "../binstalk-fetchers", features = [ "quickinstall", ] } binstalk-registry = { version = "0.8.0", path = "../binstalk-registry" }