chore: release

This commit is contained in:
github-actions[bot] 2025-03-15 01:43:21 +00:00 committed by GitHub
parent 120bca5a45
commit 9ce9de231c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 92 additions and 35 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [7.0.6](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v7.0.5...cargo-toml-workspace-v7.0.6) - 2025-03-15
### Other
- *(deps)* bump the deps group with 2 updates ([#2084](https://github.com/cargo-bins/cargo-binstall/pull/2084))
## [7.0.5](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v7.0.4...cargo-toml-workspace-v7.0.5) - 2025-03-07
### Other

View file

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