From b734e16ba2764842a6984ea6b84cff3c989876c1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 8 Jun 2024 02:41:17 +0000 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/atomic-file-install/Cargo.toml | 2 +- crates/binstalk-bins/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1baf1c13..703f1cc8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "atomic-file-install" -version = "1.0.3" +version = "1.0.4" dependencies = [ "reflink-copy", "tempfile", diff --git a/crates/atomic-file-install/Cargo.toml b/crates/atomic-file-install/Cargo.toml index 38d008414..c05a43a62 100644 --- a/crates/atomic-file-install/Cargo.toml +++ b/crates/atomic-file-install/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atomic-file-install" -version = "1.0.3" +version = "1.0.4" edition = "2021" description = "For atomically installing a file or a symlink." repository = "https://github.com/cargo-bins/cargo-binstall" diff --git a/crates/binstalk-bins/Cargo.toml b/crates/binstalk-bins/Cargo.toml index acbef433e..31626f6fc 100644 --- a/crates/binstalk-bins/Cargo.toml +++ b/crates/binstalk-bins/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Jiahao XU "] license = "GPL-3.0-only" [dependencies] -atomic-file-install = { version = "1.0.3", path = "../atomic-file-install" } +atomic-file-install = { version = "1.0.4", 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"