Skip to content

Commit

Permalink
[CLI] Upgrade processor dep to d44b2d209f57872ac593299c34751a5531b513…
Browse files Browse the repository at this point in the history
…52 (#12320)
  • Loading branch information
banool authored Mar 1, 2024
1 parent bfbd4f6 commit 969e3fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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/aptos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to the Aptos CLI will be captured in this file. This project

## [2.5.0] - 2024/02/27
- Updated CLI source compilation to use rust toolchain version 1.75.0 (from 1.74.1).
- Upgraded indexer processors for local testnet from 9936ec73cef251fb01fd2c47412e064cad3975c2 to d5dc7a003c655bdbd30233a8e9076796cceae72c. Upgraded Hasura metadata accordingly.
- Upgraded indexer processors for local testnet from 9936ec73cef251fb01fd2c47412e064cad3975c2 to d44b2d209f57872ac593299c34751a5531b51352. Upgraded Hasura metadata accordingly.
- Added support for objects processor in local testnet and enabled it by default.

## [2.4.0] - 2024/01/05
Expand Down
4 changes: 2 additions & 2 deletions crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ move-unit-test = { workspace = true, features = [ "debugging" ] }
move-vm-runtime = { workspace = true, features = [ "testing" ] }
once_cell = { workspace = true }
poem = { workspace = true }
processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "d5dc7a003c655bdbd30233a8e9076796cceae72c" }
processor = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "d44b2d209f57872ac593299c34751a5531b51352" }
rand = { workspace = true }
regex = { workspace = true }
reqwest = { workspace = true }
self_update = { version = "0.38.0", features = ["archive-zip", "compression-zip-deflate"] }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "d5dc7a003c655bdbd30233a8e9076796cceae72c" }
server-framework = { git = "https://github.com/aptos-labs/aptos-indexer-processors.git", rev = "d44b2d209f57872ac593299c34751a5531b51352" }
tempfile = { workspace = true }
termcolor = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit 969e3fa

Please sign in to comment.