From 24c15e57e9c579f4c960c8a7267ce54d14ca6ef5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 23:48:36 +0000 Subject: [PATCH] release: binstalk-manifests v0.2.0 (#684) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/bin/Cargo.toml | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a2f3b53..38649121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "binstalk-manifests" -version = "0.1.1" +version = "0.2.0" dependencies = [ "beef", "binstalk-types", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 5fdbe06e..cead4b3f 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -23,7 +23,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.6.0" } -binstalk-manifests = { path = "../binstalk-manifests", version = "0.1.1" } +binstalk-manifests = { path = "../binstalk-manifests", version = "0.2.0" } clap = { version = "4.0.32", features = ["derive"] } crates_io_api = { version = "0.8.1", default-features = false } dirs = "4.0.0" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index bd32c0c8..6611885d 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -3,7 +3,7 @@ name = "binstalk-manifests" description = "The binstall toolkit for manipulating with manifest" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-manifests" -version = "0.1.1" +version = "0.2.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021"