mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
chore: release (#1958)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
1af0df13e5
commit
674f04f95f
26 changed files with 129 additions and 49 deletions
14
crates/cargo-toml-workspace/CHANGELOG.md
Normal file
14
crates/cargo-toml-workspace/CHANGELOG.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [6.0.2](https://github.com/cargo-bins/cargo-binstall/compare/cargo-toml-workspace-v6.0.1...cargo-toml-workspace-v6.0.2) - 2024-11-05
|
||||
|
||||
### Other
|
||||
|
||||
- *(deps)* bump the deps group with 3 updates ([#1954](https://github.com/cargo-bins/cargo-binstall/pull/1954))
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "cargo-toml-workspace"
|
||||
version = "6.0.1"
|
||||
version = "6.0.2"
|
||||
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