mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the deps group with 1 update: [reflink-copy](https://github.com/cargo-bins/reflink-copy). Updates `reflink-copy` from 0.1.21 to 0.1.22 - [Release notes](https://github.com/cargo-bins/reflink-copy/releases) - [Changelog](https://github.com/cargo-bins/reflink-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/cargo-bins/reflink-copy/compare/v0.1.21...v0.1.22) --- updated-dependencies: - dependency-name: reflink-copy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
558 B
TOML
18 lines
558 B
TOML
[package]
|
|
name = "atomic-file-install"
|
|
version = "1.0.7"
|
|
edition = "2021"
|
|
description = "For atomically installing a file or a symlink."
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/atomic-install"
|
|
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
|
license = "Apache-2.0 OR MIT"
|
|
rust-version = "1.65.0"
|
|
|
|
[dependencies]
|
|
reflink-copy = "0.1.22"
|
|
tempfile = "3.5.0"
|
|
tracing = "0.1.39"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows = { version = "0.59.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
|