Skip to content

Commit

Permalink
Bump version to 0.9.1 (nearcore 1.21.0.rc1 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Aug 18, 2021
1 parent b238d3b commit 5702b5a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 40 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.9.0
## 0.9.1

* Upgrade `nearcore` to 1.21.0 (rc1)

## 0.9.0 (nearcore dependency contains bug)

* Upgrade `nearcore` to 1.21.0

Expand Down
70 changes: 35 additions & 35 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.9.0"
version = "0.9.1"
authors = ["Near Inc <hello@nearprotocol.com>"]
edition = "2018"

Expand Down Expand Up @@ -35,6 +35,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="48a93b0f87976735d7cd7bd7ced8844b4552545b" }
near-crypto = { git = "https://github.com/near/nearcore", rev="48a93b0f87976735d7cd7bd7ced8844b4552545b" }
near-client = { git = "https://github.com/near/nearcore", rev="48a93b0f87976735d7cd7bd7ced8844b4552545b" }
near-indexer = { git = "https://github.com/near/nearcore", rev="4c4f18b581b7a652388c8a9c650e203726aabf7d" }
near-crypto = { git = "https://github.com/near/nearcore", rev="4c4f18b581b7a652388c8a9c650e203726aabf7d" }
near-client = { git = "https://github.com/near/nearcore", rev="4c4f18b581b7a652388c8a9c650e203726aabf7d" }

0 comments on commit 5702b5a

Please sign in to comment.