From 251434408ab7c9fefcce06a89c7af7a3b28a0713 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 16:50:39 +1200 Subject: [PATCH] release: atomic-file-install v1.0.0 (#1305) 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 402d1137..0c033849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "atomic-file-install" -version = "0.0.0" +version = "1.0.0" dependencies = [ "reflink-copy", "tempfile", diff --git a/crates/atomic-file-install/Cargo.toml b/crates/atomic-file-install/Cargo.toml index e43c71a6..5d3d586d 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 = "0.0.0" +version = "1.0.0" 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 12d6d558..5b1b27ab 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 = "0.0.0", path = "../atomic-file-install" } +atomic-file-install = { version = "1.0.0", path = "../atomic-file-install" } binstalk-types = { version = "0.5.0", path = "../binstalk-types" } compact_str = { version = "0.7.0", features = ["serde"] } leon = { version = "2.0.1", path = "../leon" }