chore: Release

This commit is contained in:
github-actions 2024-07-06 03:50:08 +00:00
parent d401c48296
commit 72581787d0
Failed to extract signature
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -174,7 +174,7 @@ dependencies = [
[[package]]
name = "atomic-file-install"
version = "1.0.4"
version = "1.0.5"
dependencies = [
"reflink-copy",
"tempfile",

View file

@ -1,6 +1,6 @@
[package]
name = "atomic-file-install"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
description = "For atomically installing a file or a symlink."
repository = "https://github.com/cargo-bins/cargo-binstall"

View file

@ -11,7 +11,7 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
license = "GPL-3.0-only"
[dependencies]
atomic-file-install = { version = "1.0.4", path = "../atomic-file-install" }
atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" }
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
compact_str = { version = "0.7.0", features = ["serde"] }
leon = "3.0.0"