chore: release (#1853)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-08-04 13:04:47 +10:00 committed by GitHub
parent 52f2db4f57
commit cf7c8f9656
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 77 additions and 15 deletions

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.14.0"
version = "0.14.1"
rust-version = "1.61.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT"
beef = { version = "0.5.2", features = ["impl_serde"] }
binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
compact_str = { version = "0.8.0", features = ["serde"] }
fs-lock = { version = "0.1.3", path = "../fs-lock" }
fs-lock = { version = "0.1.4", path = "../fs-lock" }
home = "0.5.9"
miette = "7.0.0"
semver = { version = "1.0.17", features = ["serde"] }
@ -25,5 +25,5 @@ toml_edit = { version = "0.22.12", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }
[dev-dependencies]
detect-targets = { version = "0.1.17", path = "../detect-targets" }
detect-targets = { version = "0.1.18", path = "../detect-targets" }
tempfile = "3.5.0"