From 029f767a2700e88a111d6b97057d77c8f941c99b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:01:12 +0000 Subject: [PATCH] release: binstalk-bins v0.2.0 (#1389) chore: Release Co-authored-by: github-actions --- 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 5971e530..84f77f23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ dependencies = [ [[package]] name = "binstalk-bins" -version = "0.1.0" +version = "0.2.0" dependencies = [ "atomic-file-install", "binstalk-types", diff --git a/crates/binstalk-bins/Cargo.toml b/crates/binstalk-bins/Cargo.toml index 54769270..95cd8e03 100644 --- a/crates/binstalk-bins/Cargo.toml +++ b/crates/binstalk-bins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binstalk-bins" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "The binstall binaries discovery and installation crate." diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index c398d2ba..72f0a20d 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.1.0", path = "../binstalk-bins" } +binstalk-bins = { version = "0.2.0", path = "../binstalk-bins" } binstalk-downloader = { version = "0.9.0", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] } binstalk-fetchers = { version = "0.2.0", path = "../binstalk-fetchers", features = ["quickinstall"] } binstalk-registry = { version = "0.1.1", path = "../binstalk-registry" }