From 8a9fbfa502edee6fc6b14e530870908e4091e535 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 07:57:10 +0000 Subject: [PATCH] release: binstalk-bins v0.1.0 (#1319) chore: Release Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jiahao XU <Jiahao_XU@outlook.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 b6d10c9a..52bcd8ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "binstalk-bins" -version = "0.0.0" +version = "0.1.0" dependencies = [ "atomic-file-install", "binstalk-types", diff --git a/crates/binstalk-bins/Cargo.toml b/crates/binstalk-bins/Cargo.toml index 5b1b27ab..6bf18e5e 100644 --- a/crates/binstalk-bins/Cargo.toml +++ b/crates/binstalk-bins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binstalk-bins" -version = "0.0.0" +version = "0.1.0" edition = "2021" description = "The binstall binaries discovery and installation crate." diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index aaf47333..22ab9caf 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.0.0", path = "../binstalk-bins" } +binstalk-bins = { version = "0.1.0", path = "../binstalk-bins" } binstalk-downloader = { version = "0.7.1", path = "../binstalk-downloader", default-features = false, features = ["gh-api-client"] } binstalk-fetchers = { version = "0.0.0", path = "../binstalk-fetchers", features = ["quickinstall"] } binstalk-registry = { version = "0.0.0", path = "../binstalk-registry" }