mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 04:28:43 +00:00
release: atomic-file-install v1.0.5 (#1812)
chore: Release Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
0a9f17f1ba
commit
928e28a51c
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -174,7 +174,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "atomic-file-install"
|
name = "atomic-file-install"
|
||||||
version = "1.0.4"
|
version = "1.0.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"reflink-copy",
|
"reflink-copy",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "atomic-file-install"
|
name = "atomic-file-install"
|
||||||
version = "1.0.4"
|
version = "1.0.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "For atomically installing a file or a symlink."
|
description = "For atomically installing a file or a symlink."
|
||||||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||||
|
|
|
@ -11,7 +11,7 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
atomic-file-install = { version = "1.0.4", path = "../atomic-file-install" }
|
atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" }
|
||||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||||
compact_str = { version = "0.7.0", features = ["serde"] }
|
compact_str = { version = "0.7.0", features = ["serde"] }
|
||||||
leon = "3.0.0"
|
leon = "3.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue