From 9e57c9cd711056ecb1f512d55e32dd64b6e0c78c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 12:59:58 +0000 Subject: [PATCH] release: binstalk-manifests v0.12.0 (#1602) 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 608d23153..f8976415b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "binstalk-manifests" -version = "0.11.0" +version = "0.12.0" dependencies = [ "beef", "binstalk-types", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 5b6cdbcc2..3566a7983 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -23,7 +23,7 @@ pkg-fmt = "zip" [dependencies] binstalk = { path = "../binstalk", version = "0.20.1", default-features = false } -binstalk-manifests = { path = "../binstalk-manifests", version = "0.11.0" } +binstalk-manifests = { path = "../binstalk-manifests", version = "0.12.0" } clap = { version = "4.4.8", features = ["derive", "env"] } compact_str = "0.7.0" dirs = "5.0.1" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index ad172b2fa..fdcdbd018 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.11.0" +version = "0.12.0" rust-version = "1.61.0" authors = ["ryan "] edition = "2021"