Skip to content

Commit

Permalink
refactor: Upgrade to nearcore 1.24.0-rc.4 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Feb 9, 2022
1 parent 22aa1dd commit 0d17390
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 40 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.10.11

* Upgrade `nearcore` to `1.24.0-rc.4`

## 0.10.10

* Upgrade `nearcore` to `1.24.0-rc.3`
Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-explorer"
version = "0.10.10"
version = "0.10.11"
authors = ["Near Inc <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -39,6 +39,6 @@ tracing-subscriber = "0.2.4"
uint = { version = "0.8.3", default-features = false }

actix-diesel = { git = "https://github.com/frol/actix-diesel", branch = "actix-0.11-beta.2" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "09e1708adf503be6015b568462213ba6aa4e7ca1" }
near-crypto = { git = "https://github.com/near/nearcore", rev = "09e1708adf503be6015b568462213ba6aa4e7ca1" }
near-client = { git = "https://github.com/near/nearcore", rev = "09e1708adf503be6015b568462213ba6aa4e7ca1" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "a086fe9703408c9c4c978d801458dd7f86d12175" }
near-crypto = { git = "https://github.com/near/nearcore", rev = "a086fe9703408c9c4c978d801458dd7f86d12175" }
near-client = { git = "https://github.com/near/nearcore", rev = "a086fe9703408c9c4c978d801458dd7f86d12175" }

0 comments on commit 0d17390

Please sign in to comment.