Skip to content

Commit

Permalink
release: atomic-file-install v1.0.3 (#1673)
Browse files Browse the repository at this point in the history
chore: Release

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored May 2, 2024
1 parent ce5f377 commit aaaa2b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/atomic-file-install/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atomic-file-install"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
description = "For atomically installing a file or a symlink."
repository = "https://github.com/cargo-bins/cargo-binstall"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-bins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = ["Jiahao XU <[email protected]>"]
license = "GPL-3.0-only"

[dependencies]
atomic-file-install = { version = "1.0.2", path = "../atomic-file-install" }
atomic-file-install = { version = "1.0.3", path = "../atomic-file-install" }
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
compact_str = { version = "0.7.0", features = ["serde"] }
leon = "3.0.0"
Expand Down

0 comments on commit aaaa2b1

Please sign in to comment.