From 58d638726b63232e26cabd6753871245c4a88d3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:37:08 +0000 Subject: [PATCH] release: binstalk-types v0.8.0 (#1841) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk-bins/Cargo.toml | 2 +- crates/binstalk-downloader/Cargo.toml | 2 +- crates/binstalk-fetchers/Cargo.toml | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- crates/binstalk-registry/Cargo.toml | 2 +- crates/binstalk-types/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fd28b67..2d264091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,7 +419,7 @@ dependencies = [ [[package]] name = "binstalk-types" -version = "0.7.0" +version = "0.8.0" dependencies = [ "compact_str", "maybe-owned", diff --git a/crates/binstalk-bins/Cargo.toml b/crates/binstalk-bins/Cargo.toml index 5a9b3983..a10550d8 100644 --- a/crates/binstalk-bins/Cargo.toml +++ b/crates/binstalk-bins/Cargo.toml @@ -12,7 +12,7 @@ license = "GPL-3.0-only" [dependencies] atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" } -binstalk-types = { version = "0.7.0", path = "../binstalk-types" } +binstalk-types = { version = "0.8.0", path = "../binstalk-types" } compact_str = { version = "0.8.0", features = ["serde"] } leon = "3.0.0" miette = "7.0.0" diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index af06ad3f..75b0c425 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -27,7 +27,7 @@ async_zip = { version = "0.0.17", features = [ "xz", "tokio", ] } -binstalk-types = { version = "0.7.0", path = "../binstalk-types" } +binstalk-types = { version = "0.8.0", path = "../binstalk-types" } bytes = "1.4.0" bzip2 = "0.4.4" compact_str = "0.8.0" diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index 3c1f1458..a41ba3a1 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -14,7 +14,7 @@ license = "GPL-3.0-only" async-trait = "0.1.68" binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", default-features = false } binstalk-git-repo-api = { version = "0.3.0", path = "../binstalk-git-repo-api" } -binstalk-types = { version = "0.7.0", path = "../binstalk-types" } +binstalk-types = { version = "0.8.0", path = "../binstalk-types" } bytes = "1.4.0" compact_str = { version = "0.8.0" } either = "1.11.0" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 151829e3..80abe7d6 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT" [dependencies] beef = { version = "0.5.2", features = ["impl_serde"] } -binstalk-types = { version = "0.7.0", path = "../binstalk-types" } +binstalk-types = { version = "0.8.0", path = "../binstalk-types" } compact_str = { version = "0.8.0", features = ["serde"] } fs-lock = { version = "0.1.3", path = "../fs-lock" } home = "0.5.9" diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index 940b48db..4a9d4353 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -16,7 +16,7 @@ base16 = "0.2.1" binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", default-features = false, features = [ "json", ] } -binstalk-types = { version = "0.7.0", path = "../binstalk-types" } +binstalk-types = { version = "0.8.0", path = "../binstalk-types" } cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } compact_str = { version = "0.8.0", features = ["serde"] } leon = "3.0.0" diff --git a/crates/binstalk-types/Cargo.toml b/crates/binstalk-types/Cargo.toml index 54e5d0ed..1d315b68 100644 --- a/crates/binstalk-types/Cargo.toml +++ b/crates/binstalk-types/Cargo.toml @@ -3,7 +3,7 @@ name = "binstalk-types" description = "The binstall toolkit that contains basic types for binstalk crates" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-types" -version = "0.7.0" +version = "0.8.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index d5e6f75a..12c3bad1 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -17,7 +17,7 @@ binstalk-fetchers = { version = "0.7.1", path = "../binstalk-fetchers", features "quickinstall", ] } binstalk-registry = { version = "0.9.1", path = "../binstalk-registry" } -binstalk-types = { version = "0.7.0", path = "../binstalk-types" } +binstalk-types = { version = "0.8.0", path = "../binstalk-types" } cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } command-group = { version = "5.0.1", features = ["with-tokio"] } compact_str = { version = "0.8.0", features = ["serde"] }