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,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

View file

@ -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"