mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-23 02:56:37 +00:00
chore: release (#2195)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
bb9211b72c
commit
d47e67b010
12 changed files with 50 additions and 15 deletions
|
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.53](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.52...detect-targets-v0.1.53) - 2025-06-21
|
||||
|
||||
### Other
|
||||
|
||||
- Fix glibc detection on Fedora ([#2205](https://github.com/cargo-bins/cargo-binstall/pull/2205))
|
||||
- *(deps)* bump windows-sys from 0.59.0 to 0.60.2 in the deps group ([#2196](https://github.com/cargo-bins/cargo-binstall/pull/2196))
|
||||
|
||||
## [0.1.52](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.51...detect-targets-v0.1.52) - 2025-06-10
|
||||
|
||||
### Other
|
||||
|
|
|
@ -3,7 +3,7 @@ name = "detect-targets"
|
|||
description = "Detect the target of the env at runtime"
|
||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
documentation = "https://docs.rs/detect-targets"
|
||||
version = "0.1.52"
|
||||
version = "0.1.53"
|
||||
rust-version = "1.62.0"
|
||||
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
||||
edition = "2021"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue