Skip to content

Commit

Permalink
chore: Upgrade near-lake-framework to 0.5.2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Sep 15, 2022
1 parent 52d5046 commit 118e55e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.1

* Upgrade `near-lake-framework` to `0.5.2`

## 0.10.0

* Upgrade `near-lake-framework` to `0.5.1`
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indexer-explorer-lake"
version = "0.10.0"
version = "0.10.1"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.62.1"
Expand Down Expand Up @@ -39,6 +39,6 @@ uint = { version = "0.8.3", default-features = false }

actix-diesel = { git = "https://github.com/frol/actix-diesel", rev = "3a001986c89dfabfc3c448d8bae28525101b4992" }
near-jsonrpc-client = "0.4.0-beta.0"
near-lake-framework = "0.5.1"
near-lake-framework = "0.5.2"
near-primitives = "0.14"
near-crypto = "0.14"

0 comments on commit 118e55e

Please sign in to comment.