From 273a4e8f7f10a9b37df9a83ee65bdcbcf6415fbd Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Wed, 6 Nov 2024 17:08:04 +1100 Subject: [PATCH] Add dep atomic-file-install to cargo-binstall Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- crates/bin/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 5336115e..3641c8f4 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -22,6 +22,7 @@ pkg-fmt = "zip" pkg-fmt = "zip" [dependencies] +atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" } binstalk = { path = "../binstalk", version = "0.28.10", default-features = false } binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.7" } clap = { version = "4.5.3", features = ["derive", "env"] }