release: atomic-file-install v1.0.0 (#1305)

chore: Release

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2023-08-19 16:50:39 +12:00 committed by GitHub
parent dc77a1ab93
commit 251434408a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -175,7 +175,7 @@ dependencies = [
[[package]]
name = "atomic-file-install"
version = "0.0.0"
version = "1.0.0"
dependencies = [
"reflink-copy",
"tempfile",

View file

@ -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"

View file

@ -11,7 +11,7 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
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" }