From 290ebbb7e93b8a87bee3f3aa2586c99e9243f131 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 3 Feb 2024 21:55:48 +1000
Subject: [PATCH] release: binstalk-bins v0.3.0 (#1603)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
---
 Cargo.lock                      | 2 +-
 crates/binstalk-bins/Cargo.toml | 2 +-
 crates/binstalk/Cargo.toml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index eccdddf0..608d2315 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -246,7 +246,7 @@ dependencies = [
 
 [[package]]
 name = "binstalk-bins"
-version = "0.2.0"
+version = "0.3.0"
 dependencies = [
  "atomic-file-install",
  "binstalk-types",
diff --git a/crates/binstalk-bins/Cargo.toml b/crates/binstalk-bins/Cargo.toml
index 55bf9079..9ced68c6 100644
--- a/crates/binstalk-bins/Cargo.toml
+++ b/crates/binstalk-bins/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "binstalk-bins"
-version = "0.2.0"
+version = "0.3.0"
 edition = "2021"
 
 description = "The binstall binaries discovery and installation crate."
diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml
index b5f31061..fffe30f6 100644
--- a/crates/binstalk/Cargo.toml
+++ b/crates/binstalk/Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
 license = "GPL-3.0-only"
 
 [dependencies]
-binstalk-bins = { version = "0.2.0", path = "../binstalk-bins" }
+binstalk-bins = { version = "0.3.0", path = "../binstalk-bins" }
 binstalk-downloader = { version = "0.10.0", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] }
 binstalk-fetchers = { version = "0.3.0", path = "../binstalk-fetchers", features = ["quickinstall"] }
 binstalk-registry = { version = "0.5.0", path = "../binstalk-registry" }