Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 9, 2024
1 parent fda8f98 commit e58f0fb
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.1"
version = "1.0.2"
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.1", path = "../atomic-file-install" }
atomic-file-install = { version = "1.0.2", 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 e58f0fb

Please sign in to comment.