From ff7867a6a61e856293eb04d061002a1017e74e39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:23:31 +1000 Subject: [PATCH] release: detect-targets v0.1.8 (#1174) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- crates/detect-targets/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df9bb1d7..090325bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -726,7 +726,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "detect-targets" -version = "0.1.7" +version = "0.1.8" dependencies = [ "cfg-if", "guess_host_triple", diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index c08063f1..4e38343f 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -25,5 +25,5 @@ toml_edit = { version = "0.19.10", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } [dev-dependencies] -detect-targets = { version = "0.1.7", path = "../detect-targets" } +detect-targets = { version = "0.1.8", path = "../detect-targets" } tempfile = "3.5.0" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 2c2cad65..812a5ffb 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -16,7 +16,7 @@ binstalk-types = { version = "0.4.0", path = "../binstalk-types" } cargo_toml = "0.15.3" command-group = { version = "2.1.0", features = ["with-tokio"] } compact_str = { version = "0.7.0", features = ["serde"] } -detect-targets = { version = "0.1.7", path = "../detect-targets" } +detect-targets = { version = "0.1.8", path = "../detect-targets" } either = "1.8.1" gix = { version = "0.47.0", features = ["blocking-http-transport-reqwest-rust-tls"], optional = true } glob = "0.3.1" diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index fd259b16..288b143d 100644 --- a/crates/detect-targets/Cargo.toml +++ b/crates/detect-targets/Cargo.toml @@ -3,7 +3,7 @@ name = "detect-targets" description = "Detect the target of the env at runtime" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/detect-targets" -version = "0.1.7" +version = "0.1.8" rust-version = "1.61.0" authors = ["Jiahao XU "] edition = "2021"