mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Apply suggestions from code review
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
26182f73bc
commit
27548307c7
5 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -602,7 +602,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "cargo-toml-workspace"
|
||||
version = "6.0.4"
|
||||
version = "7.0.0"
|
||||
dependencies = [
|
||||
"cargo_toml",
|
||||
"compact_str",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue