diff --git a/Cargo.lock b/Cargo.lock index a92dfea3..5b7c1a0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,7 +602,7 @@ dependencies = [ [[package]] name = "cargo-toml-workspace" -version = "6.0.4" +version = "7.0.0" dependencies = [ "cargo_toml", "compact_str", diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index f01b4189..c941e411 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -17,7 +17,7 @@ binstalk-downloader = { version = "0.13.5", path = "../binstalk-downloader", def "json", ] } binstalk-types = { version = "0.9.2", path = "../binstalk-types" } -cargo-toml-workspace = { version = "6.0.4", path = "../cargo-toml-workspace" } +cargo-toml-workspace = { version = "7.0.0", path = "../cargo-toml-workspace" } compact_str = { version = "0.8.0", features = ["serde"] } leon = "3.0.0" miette = "7.0.0" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index a85b2d7b..0f3bfcc2 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -18,7 +18,7 @@ binstalk-fetchers = { version = "0.10.6", path = "../binstalk-fetchers", feature ] } binstalk-registry = { version = "0.11.6", path = "../binstalk-registry" } binstalk-types = { version = "0.9.2", path = "../binstalk-types" } -cargo-toml-workspace = { version = "6.0.4", path = "../cargo-toml-workspace" } +cargo-toml-workspace = { version = "7.0.0", path = "../cargo-toml-workspace" } command-group = { version = "5.0.1", features = ["with-tokio"] } compact_str = { version = "0.8.0", features = ["serde"] } detect-targets = { version = "0.1.32", path = "../detect-targets", features = [ diff --git a/crates/cargo-toml-workspace/CHANGELOG.md b/crates/cargo-toml-workspace/CHANGELOG.md index 7a081599..862bf006 100644 --- a/crates/cargo-toml-workspace/CHANGELOG.md +++ b/crates/cargo-toml-workspace/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [6.0.4](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v6.0.3...cargo-toml-workspace-v6.0.4) - 2024-12-07 +## [7.0.0](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v6.0.3...cargo-toml-workspace-v7.0.0) - 2024-12-07 ### Other diff --git a/crates/cargo-toml-workspace/Cargo.toml b/crates/cargo-toml-workspace/Cargo.toml index f6c1415e..95d676a3 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 = "6.0.4" +version = "7.0.0" edition = "2021" description = "Parse cargo workspace and load specific crate" repository = "https://github.com/cargo-bins/cargo-binstall"