From 9ae7f40ea91f45cb143b16a2989cf99d06fc676c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 22:53:51 +1100 Subject: [PATCH] release: binstalk-manifests v0.4.1 (#938) chore: Release Co-authored-by: github-actions <github-actions@github.com> --- 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 808945d8..400ae1ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ dependencies = [ [[package]] name = "binstalk-manifests" -version = "0.4.0" +version = "0.4.1" dependencies = [ "beef", "binstalk-types", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 57975f35..cc850f0b 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -23,7 +23,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.10.0", default-features = false } -binstalk-manifests = { path = "../binstalk-manifests", version = "0.4.0" } +binstalk-manifests = { path = "../binstalk-manifests", version = "0.4.1" } clap = { version = "4.1.11", features = ["derive", "env"] } compact_str = "0.7.0" dirs = "5.0.0" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 65d8b0b9..041583b2 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.4.0" +version = "0.4.1" rust-version = "1.61.0" authors = ["ryan <ryan@kurte.nz>"] edition = "2021"