chore: release

This commit is contained in:
github-actions[bot] 2025-01-19 02:44:36 +00:00 committed by GitHub
parent 4c9e82a8ad
commit 2f9cbde133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 108 additions and 42 deletions

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [7.0.4](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v7.0.3...cargo-toml-workspace-v7.0.4) - 2025-01-19
### Other
- update Cargo.lock dependencies
## [7.0.3](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v7.0.2...cargo-toml-workspace-v7.0.3) - 2025-01-13
### Other

View file

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