Skip to content

Commit

Permalink
[CLI] Use updated self_update that supports cross-fs renames (#12566)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Mar 18, 2024
1 parent 07821dd commit 660c701
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.

1 change: 1 addition & 0 deletions crates/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to the Aptos CLI will be captured in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format set out by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
- Update `self_update` dependency to support situations where relevant directories (e.g. `/tmp`) exist on different filesystems.

## [3.0.2] - 2024/03/12
- Increased `max_connections` for postgres container created as part of local testnet to address occasional startup failures due to overloaded DB.
Expand Down
2 changes: 1 addition & 1 deletion crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git"
rand = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
self_update = { git = "https://github.com/banool/self_update.git", rev = "65916eade8b37e90ea5778c62592f20614b56627", features = ["archive-zip", "compression-zip-deflate"] }
self_update = { git = "https://github.com/banool/self_update.git", rev = "8306158ad0fd5b9d4766a3c6bf967e7ef0ea5c4b", features = ["archive-zip", "compression-zip-deflate"] }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
Expand Down

0 comments on commit 660c701

Please sign in to comment.