Skip to content

Commit

Permalink
Upgrade nearcore dependency to support protocol version 45 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored May 3, 2021
1 parent 76edd0c commit d65160c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 33 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.6.1

* Upgrade `nearcore` to support newer protocol version (45)

## 0.6.0

* Upgrade `nearcore` to get NEAR Indexer Framework 0.9.0
Expand Down
60 changes: 30 additions & 30 deletions Cargo.lock

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

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

Expand Down Expand Up @@ -31,5 +31,5 @@ tracing = "0.1.13"
tracing-subscriber = "0.2.4"

actix-diesel = { git = "https://github.com/frol/actix-diesel", branch="actix-0.11-beta.2" }
near-indexer = { git = "https://github.com/near/nearcore", rev="379f87e5dd5d3c1e798baf164068e0a0517fdcfc" }
near-crypto = { git = "https://github.com/near/nearcore", rev="379f87e5dd5d3c1e798baf164068e0a0517fdcfc" }
near-indexer = { git = "https://github.com/near/nearcore", rev="2ca2684ad7cf400b5c617f62ac118aa105f16193" }
near-crypto = { git = "https://github.com/near/nearcore", rev="2ca2684ad7cf400b5c617f62ac118aa105f16193" }

0 comments on commit d65160c

Please sign in to comment.