From d1b490468b56cd17416a0f767fd1eb82c85fa11e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:53:50 +0000 Subject: [PATCH] release: binstalk-downloader v0.1.0 (#559) chore: Release Co-authored-by: github-actions Co-authored-by: Jiahao XU --- Cargo.lock | 2 +- crates/binstalk-downloader/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 849f6e3c..9a636a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ dependencies = [ [[package]] name = "binstalk-downloader" -version = "0.0.0" +version = "0.1.0" dependencies = [ "binstalk-types", "binstall-tar", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 36cdd680..a6d0f28f 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -3,7 +3,7 @@ name = "binstalk-downloader" description = "The binstall toolkit for downloading and extracting file" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-downloader" -version = "0.0.0" +version = "0.1.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 51ee42d3..ab13689e 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-3.0" [dependencies] async-trait = "0.1.58" -binstalk-downloader = { version = "0.0.0", path = "../binstalk-downloader" } +binstalk-downloader = { version = "0.1.0", path = "../binstalk-downloader" } binstalk-types = { version = "0.1.0", path = "../binstalk-types" } cargo_toml = "0.13.0" compact_str = { version = "0.6.1", features = ["serde"] }