From f439767b6f082178a8ad4ff7e6910011674e130c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 14:34:51 +0000 Subject: [PATCH] release: detect-targets v0.1.0 (#333) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions Co-authored-by: Félix Saparelli --- Cargo.lock | 2 +- crates/detect-targets/Cargo.toml | 2 +- crates/lib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fae3c83c..e8aee7fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "detect-targets" -version = "0.0.0" +version = "0.1.0" dependencies = [ "cfg-if", "guess_host_triple", diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index bd4ed72c..e389b996 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-target" -version = "0.0.0" +version = "0.1.0" rust-version = "1.61.0" authors = ["Jiahao XU "] edition = "2021" diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index b1f1c03c..d8f97266 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -17,7 +17,7 @@ cargo_toml = "0.11.5" clap = { version = "3.2.17", features = ["derive"] } compact_str = { version = "0.6.0", features = ["serde"] } crates_io_api = { version = "0.8.0", default-features = false } -detect-targets = { version = "0.0.0", path = "../detect-targets" } +detect-targets = { version = "0.1.0", path = "../detect-targets" } digest = "0.10.3" flate2 = { version = "1.0.24", default-features = false } flock = { version = "0.0.0", path = "../flock" }