chore: release (#2195)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-06-21 15:05:19 +00:00 committed by GitHub
parent bb9211b72c
commit d47e67b010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 50 additions and 15 deletions

View file

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.17.0](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.16.1...binstalk-manifests-v0.17.0) - 2025-06-21
### Fixed
- Rm uninstalled crates from binstall/crates-v1.json ([#2197](https://github.com/cargo-bins/cargo-binstall/pull/2197))
## [0.16.1](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.16.0...binstalk-manifests-v0.16.1) - 2025-06-10
### Other

View file

@ -3,7 +3,7 @@ name = "binstalk-manifests"
description = "The binstall toolkit for manipulating with manifest"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/binstalk-manifests"
version = "0.16.1"
version = "0.17.0"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
@ -25,5 +25,5 @@ toml_edit = { version = "0.22.12", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }
[dev-dependencies]
detect-targets = { version = "0.1.52", path = "../detect-targets" }
detect-targets = { version = "0.1.53", path = "../detect-targets" }
tempfile = "3.5.0"