chore: release (#1992)

* chore: release

* Apply suggestions from code review

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>

---------

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-12-07 15:55:43 +11:00 committed by GitHub
parent e9f25187d7
commit c8e29f204e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 64 additions and 22 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [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
- *(deps)* bump the deps group with 3 updates ([#1993](https://github.com/cargo-bins/cargo-binstall/pull/1993))
## [6.0.3](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v6.0.2...cargo-toml-workspace-v6.0.3) - 2024-11-09
### Other

View file

@ -1,6 +1,6 @@
[package]
name = "cargo-toml-workspace"
version = "6.0.3"
version = "7.0.0"
edition = "2021"
description = "Parse cargo workspace and load specific crate"
repository = "https://github.com/cargo-bins/cargo-binstall"