From a9fad9fce4e70087566db88a46a30ab8d7ae1596 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 10:22:24 +0000 Subject: [PATCH] release: cargo-toml-workspace v6.0.0 (#1676) chore: Release Co-authored-by: github-actions --- Cargo.lock | 2 +- crates/binstalk-registry/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- crates/cargo-toml-workspace/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11a90023..7c9c877c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "cargo-toml-workspace" -version = "5.0.0" +version = "6.0.0" dependencies = [ "cargo_toml", "compact_str", diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index 3438a249..56a128a1 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -17,7 +17,7 @@ binstalk-downloader = { version = "0.10.2", path = "../binstalk-downloader", def "json", ] } binstalk-types = { version = "0.7.0", path = "../binstalk-types" } -cargo-toml-workspace = { version = "5.0.0", path = "../cargo-toml-workspace" } +cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } compact_str = { version = "0.7.0", features = ["serde"] } leon = "3.0.0" miette = "7.0.0" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index b7abd4b3..cea6e680 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -19,7 +19,7 @@ binstalk-fetchers = { version = "0.4.0", path = "../binstalk-fetchers", features ] } binstalk-registry = { version = "0.7.0", path = "../binstalk-registry" } binstalk-types = { version = "0.7.0", path = "../binstalk-types" } -cargo-toml-workspace = { version = "5.0.0", path = "../cargo-toml-workspace" } +cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } command-group = { version = "5.0.1", features = ["with-tokio"] } compact_str = { version = "0.7.0", features = ["serde"] } detect-targets = { version = "0.1.16", path = "../detect-targets", features = [ diff --git a/crates/cargo-toml-workspace/Cargo.toml b/crates/cargo-toml-workspace/Cargo.toml index 463c181f..346d2a8c 100644 --- a/crates/cargo-toml-workspace/Cargo.toml +++ b/crates/cargo-toml-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-toml-workspace" -version = "5.0.0" +version = "6.0.0" edition = "2021" description = "Parse cargo workspace and load specific crate" repository = "https://github.com/cargo-bins/cargo-binstall"