Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba9acec

Browse files
chore: release (cargo-bins#2347)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9db733e commit ba9acec

10 files changed

Lines changed: 50 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ pkg-fmt = "zip"
2323

2424
[dependencies]
2525
atomic-file-install = { version = "1.0.12", path = "../atomic-file-install" }
26-
binstalk = { path = "../binstalk", version = "0.28.51", default-features = false }
27-
binstalk-manifests = { path = "../binstalk-manifests", version = "0.17.12" }
26+
binstalk = { path = "../binstalk", version = "0.28.52", default-features = false }
27+
binstalk-manifests = { path = "../binstalk-manifests", version = "0.17.13" }
2828
clap = { version = "4.5.48", features = ["derive", "env", "wrap_help"] }
2929
clap-cargo = "0.18.0"
3030
clap-markdown = { version = "0.1.5", optional = true }
3131
compact_str = "0.9.0"
3232
dirs = "6.0.0"
3333
file-format = { version = "0.28.0", default-features = false }
34-
fs-lock = { version = "0.1.11", path = "../fs-lock", features = ["tracing"] }
34+
fs-lock = { version = "0.1.12", path = "../fs-lock", features = ["tracing"] }
3535
home = "0.5.9"
3636
log = { version = "0.4.22", features = ["std"] }
3737
miette = "7.0.0"

crates/binstalk-manifests/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5656

5757
## [Unreleased]
5858

59+
## [0.17.13](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.17.12...binstalk-manifests-v0.17.13) - 2025-11-01
60+
61+
### Other
62+
63+
- updated the following local packages: detect-targets, fs-lock
64+
5965
## [0.17.12](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.17.11...binstalk-manifests-v0.17.12) - 2025-10-24
6066

6167
### Other

crates/binstalk-manifests/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "binstalk-manifests"
33
description = "The binstall toolkit for manipulating with manifest"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/binstalk-manifests"
6-
version = "0.17.12"
6+
version = "0.17.13"
77
rust-version = "1.61.0"
88
authors = ["ryan <[email protected]>"]
99
edition = "2021"
@@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
1313
beef = { version = "0.5.2", features = ["impl_serde"] }
1414
binstalk-types = { version = "0.10.1", path = "../binstalk-types" }
1515
compact_str = { version = "0.9.0", features = ["serde"] }
16-
fs-lock = { version = "0.1.11", path = "../fs-lock", features = ["tracing"] }
16+
fs-lock = { version = "0.1.12", path = "../fs-lock", features = ["tracing"] }
1717
home = "0.5.9"
1818
miette = "7.0.0"
1919
semver = { version = "1.0.17", features = ["serde"] }
@@ -25,5 +25,5 @@ toml_edit = { version = "0.23.0", features = ["serde"] }
2525
url = { version = "2.5.4", features = ["serde"] }
2626

2727
[dev-dependencies]
28-
detect-targets = { version = "0.1.65", path = "../detect-targets" }
28+
detect-targets = { version = "0.1.66", path = "../detect-targets" }
2929
tempfile = "3.5.0"

crates/binstalk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6262

6363
## [Unreleased]
6464

65+
## [0.28.52](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-v0.28.51...binstalk-v0.28.52) - 2025-11-01
66+
67+
### Other
68+
69+
- updated the following local packages: detect-targets
70+
6571
## [0.28.51](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-v0.28.50...binstalk-v0.28.51) - 2025-10-25
6672

6773
### Other

crates/binstalk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "binstalk"
33
description = "The binstall toolkit (library interface)"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/binstalk"
6-
version = "0.28.51"
6+
version = "0.28.52"
77
rust-version = "1.79.0"
88
authors = ["ryan <[email protected]>"]
99
edition = "2021"
@@ -21,7 +21,7 @@ binstalk-types = { version = "0.10.1", path = "../binstalk-types" }
2121
cargo-toml-workspace = { version = "7.0.6", path = "../cargo-toml-workspace" }
2222
command-group = { version = "5.0.1", features = ["with-tokio"] }
2323
compact_str = { version = "0.9.0", features = ["serde"] }
24-
detect-targets = { version = "0.1.65", path = "../detect-targets", features = [
24+
detect-targets = { version = "0.1.66", path = "../detect-targets", features = [
2525
"tracing",
2626
] }
2727
either = "1.11.0"

crates/detect-targets/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5656

5757
## [Unreleased]
5858

59+
## [0.1.66](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.65...detect-targets-v0.1.66) - 2025-11-01
60+
61+
### Other
62+
63+
- update Cargo.lock dependencies
64+
5965
## [0.1.65](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.64...detect-targets-v0.1.65) - 2025-10-24
6066

6167
### Other

crates/detect-targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "detect-targets"
33
description = "Detect the target of the env at runtime"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/detect-targets"
6-
version = "0.1.65"
6+
version = "0.1.66"
77
rust-version = "1.62.0"
88
authors = ["Jiahao XU <[email protected]>"]
99
edition = "2021"

crates/fs-lock/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020

2121
## [Unreleased]
2222

23+
## [0.1.12](https://github.com/cargo-bins/cargo-binstall/compare/fs-lock-v0.1.11...fs-lock-v0.1.12) - 2025-11-01
24+
25+
### Other
26+
27+
- Fix `fs-lock` for android ([#2348](https://github.com/cargo-bins/cargo-binstall/pull/2348))
28+
2329
## [0.1.10](https://github.com/cargo-bins/cargo-binstall/compare/fs-lock-v0.1.9...fs-lock-v0.1.10) - 2025-03-19
2430

2531
### Fixed

crates/fs-lock/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fs-lock"
33
description = "Locked files that can be used like normal File"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/fs-lock"
6-
version = "0.1.11"
6+
version = "0.1.12"
77
rust-version = "1.89.0"
88
authors = ["Jiahao XU <[email protected]>"]
99
edition = "2021"

0 commit comments

Comments
 (0)