chore: release

This commit is contained in:
github-actions[bot] 2024-12-07 04:20:52 +00:00 committed by GitHub
parent e9f25187d7
commit 26182f73bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 64 additions and 22 deletions
crates/cargo-toml-workspace

View file

@ -7,6 +7,12 @@ 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
### 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 = "6.0.4"
edition = "2021"
description = "Parse cargo workspace and load specific crate"
repository = "https://github.com/cargo-bins/cargo-binstall"