From f6fea8ff2353ab6500fa253f034478ccb1d1be4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 21:30:13 +1000 Subject: [PATCH] release: atomic-file-install v1.0.3 (#1673) chore: Release Co-authored-by: github-actions --- 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 6a88e59c6..07652f2a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "atomic-file-install" -version = "1.0.2" +version = "1.0.3" dependencies = [ "reflink-copy", "tempfile", diff --git a/crates/atomic-file-install/Cargo.toml b/crates/atomic-file-install/Cargo.toml index 421933a62..4fdcf09e1 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.2" +version = "1.0.3" 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 1a9205953..1ecfbba4d 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.2", path = "../atomic-file-install" } +atomic-file-install = { version = "1.0.3", 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"